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






The file to read the Fast Infoset document from.
Populates the vocabulary by reading the Fast Infoset document from the specified file.
Syntax
'Declaration
 
Public Overloads Sub LoadFromFi( _
   ByVal filename As System.String _
) 
'Usage
 
Dim instance As ReaderVocabulary
Dim filename As System.String
 
instance.LoadFromFi(filename)
public void LoadFromFi( 
   System.string filename
)
public procedure LoadFromFi( 
    filename: System.String
); 
public function LoadFromFi( 
   filename : System.String
);
public: void LoadFromFi( 
   System.string* filename
) 
public:
void LoadFromFi( 
   System.String^ filename
) 

Parameters

filename
The file to read the Fast Infoset document 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

ReaderVocabulary Class
ReaderVocabulary Members
Overload List

Send Feedback