System.Xml.XmlReader.XmlReader.MoveToAttribute C# (CSharp) 메소드

MoveToAttribute() 공개 추상적인 메소드

public abstract MoveToAttribute ( string name ) : bool
name string
리턴 bool
		public abstract bool MoveToAttribute (string name);

Same methods

XmlReader.XmlReader::MoveToAttribute ( string localName, string namespaceName ) : bool
XmlReader.XmlReader::MoveToAttribute ( int i ) : void