System.Xml.XmlNodeReaderImpl.XmlNodeReaderImpl.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

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