Quantcast
Channel: Questions in topic: "ios"
Viewing all articles
Browse latest Browse all 4709

Does MakeGenericMethod (reflection) work on iOS?

$
0
0
my question is if MakeGenericMethod() can be called on iOS. sorry I don't have a way to try this myself right now. eg. MethodInfo method = typeof(Sample).GetMethod("GenericMethod"); MethodInfo generic = method.MakeGenericMethod(myType); generic.Invoke(this, null); thanks.

Viewing all articles
Browse latest Browse all 4709

Trending Articles