Noemax.FastInfoset Namespace > WriterVocabulary Class > LoadFromXml Method : LoadFromXml(XmlReader,Int32,Int32) Method |
'Declaration Public Overloads Sub LoadFromXml( _ ByVal reader As System.Xml.XmlReader, _ ByVal maxVocabularyStringLength As System.Integer, _ ByVal maxVocabularyStringIndex As System.Integer _ )
'Usage Dim instance As WriterVocabulary Dim reader As System.Xml.XmlReader Dim maxVocabularyStringLength As System.Integer Dim maxVocabularyStringIndex As System.Integer instance.LoadFromXml(reader, maxVocabularyStringLength, maxVocabularyStringIndex)
public void LoadFromXml( System.Xml.XmlReader reader, System.int maxVocabularyStringLength, System.int maxVocabularyStringIndex )
public procedure LoadFromXml( reader: System.Xml.XmlReader; maxVocabularyStringLength: System.Integer; maxVocabularyStringIndex: System.Integer );
public function LoadFromXml( reader : System.Xml.XmlReader, maxVocabularyStringLength : System.int, maxVocabularyStringIndex : System.int );
public: void LoadFromXml( System.Xml.XmlReader* reader, System.int maxVocabularyStringLength, System.int maxVocabularyStringIndex )
public: void LoadFromXml( System.Xml.XmlReader^ reader, System.int maxVocabularyStringLength, System.int maxVocabularyStringIndex )
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