Method | Description | |
---|---|---|
WriteGuidValue ( Guid value ) : void | ||
WriteInt16Value ( short value ) : void | ||
WriteInt32Value ( int value ) : void | ||
WriteNullValue ( ) : void | ||
WriteUInt32Value ( uint value ) : void | ||
WriteUInt64Value ( ulong value ) : void |
public WriteInt16Value ( short value ) : void | ||
value | short | |
return | void |
public WriteUInt32Value ( uint value ) : void | ||
value | uint | |
return | void |
public WriteUInt64Value ( ulong value ) : void | ||
value | ulong | |
return | void |