Value | Description |
val GetInfo : Type -> TypeInfo |
Get the TypeInfo for a System.Type
|
val GetTypeOfReprType : Type -> Type |
Throw away extraneous compiler-specific information from a runtime type to return a true F# type.
|
val IsListType : Type -> bool |
A convenience function
|
val IsOptionType : Type -> bool |
A convenience function
|
val IsUnitType : Type -> bool |
A convenience function
|
val MaxTupleSize : int |
The maximum size for which the structure of tuple types are faithfully reported by reflection
|