[This is preliminary documentation and is subject to change.]
Writes a UInt16 value.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public virtual void WriteValue( ushort value ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub WriteValue ( _ value As UShort _ ) |
Visual C++ |
---|
public: virtual void WriteValue( unsigned short value ) |
Parameters
- value
- Type: System..::.UInt16
The UInt16 value to write.