FastInfoset.NET Class Reference for .NET
Save(Stream) Method






The stream to save the vocabulary into.
Saves the vocabulary into the specified stream.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal stream As System.IO.Stream _
) 
'Usage
 
Dim instance As WriterVocabulary
Dim stream As System.IO.Stream
 
instance.Save(stream)
public void Save( 
   System.IO.Stream stream
)
public procedure Save( 
    stream: System.IO.Stream
); 
public function Save( 
   stream : System.IO.Stream
);
public: void Save( 
   System.IO.Stream* stream
) 
public:
void Save( 
   System.IO.Stream^ stream
) 

Parameters

stream
The stream to save the vocabulary into.
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

WriterVocabulary Class
WriterVocabulary Members
Overload List

Send Feedback