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