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

this() public méthode

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