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