FromType(Type)
Wraps a Type into a TypeIdentity.
Declaration
public static TypeIdentity FromType(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | A Type. |
Returns
Type | Description |
---|---|
TypeIdentity | A TypeIdentity wrapping . |
Wraps a Type into a TypeIdentity.
public static TypeIdentity FromType(Type type)
Type | Name | Description |
---|---|---|
Type | type | A Type. |
Type | Description |
---|---|
TypeIdentity | A TypeIdentity wrapping . |