Method New
New(Type, int)
Create a new object of type t.
Declaration
public object New(Type type, int typeHash)
Parameters
Returns
Type | Description |
---|---|
object | The new object. |
Create a new object of type t.
public object New(Type type, int typeHash)
Type | Description |
---|---|
object | The new object. |