Property | Type | Description | |
---|---|---|---|
PropID | ushort | ||
PropType | ushort | ||
PropValue | object |
Method | Description | |
---|---|---|
MetaPropValue ( |
Initializes a new instance of the MetaPropValue class.
|
|
Parse ( |
Parse MetaPropValue from a FastTransferStream.
|
|
Verify ( |
Verify that a stream's current position contains a serialized MetaPropValue.
|
public MetaPropValue ( |
||
stream | A FastTransferStream. | |
return | System |
public Parse ( |
||
stream | A FastTransferStream. | |
return | void |
public static Verify ( |
||
stream | A FastTransferStream. | |
return | bool |