Overload List
Name | Description | |
---|---|---|
InvokeGenericMethod(String, Object, array<Type>[]()[][], array<KeyValuePair<(Of <<'(Type, Object>)>>)>[]()[][]) |
Invoke an generic method by name, in a reflection context.
This method is the only way to invoke a generic method in late bound conditions.
| |
InvokeGenericMethod(String, Object, array<Type>[]()[][], array<Type>[]()[][], array<Object>[]()[][]) |
Invoke an generic method by name, in reflection context.
This method is the only way to invoke generic method in late bound conditions.
|