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

this() public méthode

public this ( int i ) : string
i int
Résultat string
		public override string this [int i] {
			get { return GetAttribute (i); }
		}

Same methods

XmlNodeReader.XmlNodeReader::this ( string name ) : string
XmlNodeReader.XmlNodeReader::this ( string name, string namespaceURI ) : string