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

GetAttribute() public méthode

public GetAttribute ( int attributeIndex ) : string
attributeIndex int
Résultat string
		public override string GetAttribute (int attributeIndex)
		{
			return Current.GetAttribute (attributeIndex);
		}

Same methods

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