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

this() public méthode

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

Same methods

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