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