Helpers to build symbolic provided types
Static member | Description |
Full Usage:
ProvidedTypeBuilder.MakeGenericMethod(genericMethodDefinition, genericArguments)
Parameters:
MethodInfo
genericArguments : Type list
Returns: MethodInfo
|
Like methodInfo.MakeGenericMethod, but will also work with unit-annotated types and provided types
|
Like typ.MakeGenericType, but will also work with unit-annotated types
|
|
|
Like FsharpType.MakeTupleType, but will also work with unit-annotated types and provided types
|
|
Like FsharpType.MakeTupleType, but will also work with unit-annotated types and provided types
|