TypeFns Methods Breeze.sharp

The TypeFns type exposes the following members.

Methods

  Name Description
Public method Static member ConstructGenericInstance(Type, Type)
Constructs a generic instance.
Public method Static member ConstructGenericInstance(Type, Type, Object)
Constructs a generic instance. Can only access public constructors.
Public method Static member ConvertType
Try and convert a value to the specified conversion type.
Public method Static member CreateGenericInstance
Constructs a generic instance.
Public method Static member GetDefaultValue
Gets the default value for a specified type.
Public method Static member GetGenericArgument
Gets a single generic argument from a specified type.
Public method Static member GetNonNullableType
Returns either the specified type or its non-nullable counterpart.
Public method Static member GetNullableType
Gets the nullable type that corresponds to the given type.
Public method Static member GetTypesImplementing
Public method Static member IsAssignableFrom
Public method Static member IsNullableType
Returns whether the specified type is a nullable generic type, i.e. Nullable{T}.
Top
See Also

Reference