System.Xml.XmlDictionaryReader.IsTextNode C# (CSharp) Method

IsTextNode() protected method

protected IsTextNode ( System nodeType ) : bool
nodeType System
return bool
        protected bool IsTextNode(System.Xml.XmlNodeType nodeType) { throw null; }
        public virtual void MoveToStartElement() { }

Same methods

XmlDictionaryReader::IsTextNode ( System.Xml.XmlNodeType nodeType ) : bool