FromTypeName(string)
Wraps a type name into a TypeIdentity.
Declaration
public static TypeIdentity FromTypeName(string typeName)Parameters
| Type | Name | Description |
|---|---|---|
| string | typeName | The type name. |
Returns
| Type | Description |
|---|---|
| TypeIdentity | A TypeIdentity wrapping the type name. |