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

this() public méthode

public this ( string name, string namespaceURI ) : string
name string
namespaceURI string
Résultat string
		public virtual string this [string name, string namespaceURI] {
			get { return GetAttribute (name, namespaceURI); }
		}
#else

Same methods

XmlReader.XmlReader::this ( int i ) : string
XmlReader.XmlReader::this ( string name ) : string