Method New
New(Type, int)
Create a new object of type t.
선언
public object New(Type type, int typeHash)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Type | type | The type to return. |
int | typeHash | The hash code of the type. |
반환
타입 | 설명 |
---|---|
object | The new object. |