System.Xml.XmlNodeReader.XmlNodeReader.this C# (CSharp) 메소드

this() 공개 메소드

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

Same methods

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