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

this() public method

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

Same methods

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