System.Xml.XmlNodeReaderImpl.XmlNodeReaderImpl.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

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