메소드 | 설명 | |
---|---|---|
Deserialize ( |
Deserialize fields from a FastTransferStream.
|
|
GetPropValue ( ushort id, ushort type ) : object |
Gets the value specified by a property tag.
|
|
HasPropertyID ( ushort id ) : bool |
Indicates whether contains an id.
|
|
HasPropertyTag ( ushort id, ushort type ) : bool |
Indicates whether has specified property tag.
|
|
HasPropertyType ( ushort type ) : bool |
Indicates whether contains a type.
|
|
PropList ( |
Initializes a new instance of the PropList class.
|
|
Verify ( |
Verify that a stream's current position contains a serialized propList.
|
public Deserialize ( |
||
stream | A FastTransferStream. | |
리턴 | void |
public GetPropValue ( ushort id, ushort type ) : object | ||
id | ushort | A ushort value, the id of the property tag. |
type | ushort | A ushort value, the type of the property tag. |
리턴 | object |
public HasPropertyTag ( ushort id, ushort type ) : bool | ||
id | ushort | A ushort value, the id of the property tag. |
type | ushort | A ushort value, the type of the property tag. |
리턴 | bool |
public HasPropertyType ( ushort type ) : bool | ||
type | ushort | A ushort value. |
리턴 | bool |
public PropList ( |
||
stream | A FastTransferStream. | |
리턴 | System.Collections.Generic |
public static Verify ( |
||
stream | A FastTransferStream. | |
리턴 | bool |