FastInfoset.NET Class Reference for Mono
Save(String) Method






The path to the file to save the vocabulary into.
Saves the vocabulary into the file with specified path.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal path As System.String _
) 
'Usage
 
Dim instance As ReaderVocabulary
Dim path As System.String
 
instance.Save(path)
public void Save( 
   System.string path
)
public procedure Save( 
    path: System.String
); 
public function Save( 
   path : System.String
);
public: void Save( 
   System.string* path
) 
public:
void Save( 
   System.String^ path
) 

Parameters

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

ReaderVocabulary Class
ReaderVocabulary Members
Overload List

Send Feedback