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






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

Parameters

path
The path to the file to load the 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