ElasticsearchTypeProvider


ProvidedTypeBuilder

Namespace: ProviderImplementation.ProvidedTypes

Helpers to build symbolic provided types

Static members

Static memberDescription
MakeGenericMethod(...)
Signature: (genericMethodDefinition:MethodInfo * genericArguments:Type list) -> MethodInfo

Like methodInfo.MakeGenericMethod, but will also work with unit-annotated types and provided types

MakeGenericType(...)
Signature: (genericTypeDefinition:Type * genericArguments:Type list) -> Type

Like typ.MakeGenericType, but will also work with unit-annotated types

MakeTupleType(args)
Signature: (args:Type list) -> Type

Like FsharpType.MakeTupleType, but will also work with unit-annotated types and provided types

Fork me on GitHub