Create Method
Create(int)
Creates an instance of a type.
Declaration
IIdentifiedDataSerializable Create(int typeId)
Parameters
int | typeId | The unique identified of the type. |
Returns
IIdentifiedDataSerializable | An instance of the specified type, or |