System.Xml.XmlNodeReader.XmlNodeReader.GetAttribute C# (CSharp) Method

GetAttribute() public method

public GetAttribute ( string name, string namespaceURI ) : string
name string
namespaceURI string
return string
		public override string GetAttribute (string name, string namespaceURI)
		{
			return Current.GetAttribute (name, namespaceURI);
		}

Same methods

XmlNodeReader.XmlNodeReader::GetAttribute ( int attributeIndex ) : string
XmlNodeReader.XmlNodeReader::GetAttribute ( string name ) : string