[Missing <summary> documentation for "T:Breeze.Sharp.Core.TypeFns"]
Inheritance Hierarchy
Breeze.Sharp.CoreTypeFns
Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
The TypeFns type exposes the following members.
Methods
Name | Description | |
---|---|---|
ConstructGenericInstance(Type, Type) |
Constructs a generic instance.
| |
ConstructGenericInstance(Type, Type, Object) |
Constructs a generic instance. Can only access public constructors.
| |
ConvertType |
Try and convert a value to the specified conversion type.
| |
CreateGenericInstance |
Constructs a generic instance.
| |
GetDefaultValue |
Gets the default value for a specified type.
| |
GetGenericArgument |
Gets a single generic argument from a specified type.
| |
GetNonNullableType |
Returns either the specified type or its non-nullable counterpart.
| |
GetNullableType |
Gets the nullable type that corresponds to the given type.
| |
GetTypesImplementing | ||
IsAssignableFrom | ||
IsNullableType |
Returns whether the specified type is a nullable generic type, i.e. Nullable{T}.
|
See Also