System.Xml.XmlNodeReader.XmlNodeReader.this C# (CSharp) Méthode

this() public méthode

public this ( string name, string namespaceURI ) : string
name string
namespaceURI string
Résultat 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