FromTypes(Type[])
Wraps an array of Type into an array of TypeIdentity.
Declaration
public static TypeIdentity[] FromTypes(Type[] types)Parameters
| Type | Name | Description |
|---|---|---|
| Type[] | types | An array of Type. |
Returns
| Type | Description |
|---|---|
| TypeIdentity[] | An array of TypeIdentity wrapping |