Mono.Xml.XmlFilterReader.MoveToAttribute C# (CSharp) Method

MoveToAttribute() public method

public MoveToAttribute ( string name ) : bool
name string
return bool
		public override bool MoveToAttribute (string name)
		{
			return reader.MoveToAttribute (name);
		}

Same methods

XmlFilterReader::MoveToAttribute ( string localName, string namespaceURI ) : bool
XmlFilterReader::MoveToAttribute ( int i ) : void