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






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

Parameters

stream
The stream to load vocabulary from.
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