Mono.Xml.XmlFilterReader.this C# (CSharp) Метод

this() публичный Метод

public this ( int i ) : string
i int
Результат string
		public override string this [int i] {
			get { return reader [i]; }
		}

Same methods

XmlFilterReader::this ( string name ) : string
XmlFilterReader::this ( string localName, string namespaceURI ) : string