Method New
New(Type, int)
Create a new object of type t.
Declaration
object New(Type type, int typeHash)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The type to return. |
int | typeHash | The hash code of the type. |
Returns
Type | Description |
---|---|
object | The new object. |