WCF-Xtensions Class Reference for Mono
WriteUndefined Method (BsonWriter)






Writes an undefined value.
Syntax
'Declaration
 
Public Overrides Sub WriteUndefined() 
'Usage
 
Dim instance As BsonWriter
 
instance.WriteUndefined()
public override void WriteUndefined()
public procedure WriteUndefined(); override; 
public override function WriteUndefined();
public: void WriteUndefined(); override 
public:
void WriteUndefined(); override 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BsonWriter Class
BsonWriter Members
Base Implementation in WriteUndefined

Send Feedback