[This is preliminary documentation and is subject to change.]
Writes a Nullable<(Of <(T>)>) value.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public virtual void WriteValue( Nullable<sbyte> value ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub WriteValue ( _ value As Nullable(Of SByte) _ ) |
Visual C++ |
---|
public: virtual void WriteValue( Nullable<signed char> value ) |
Parameters
- value
- Type: System..::.Nullable<(Of <(SByte>)>)
The Nullable<(Of <(T>)>) value to write.