System.Xml.XmlNodeReader.XmlNodeReader.this C# (CSharp) Method

this() public method

public this ( string name ) : string
name string
return string
		public override string this [string name] {
			get { return GetAttribute (name); }
		}

Same methods

XmlNodeReader.XmlNodeReader::this ( int i ) : string
XmlNodeReader.XmlNodeReader::this ( string name, string namespaceURI ) : string