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

MoveToAttribute() public méthode

public MoveToAttribute ( int i ) : void
i int
Résultat void
		public override void MoveToAttribute (int i)
		{
			if (entity != null && entityInsideAttribute) {
				entity.Close ();
				entity = null;
			}
			Current.MoveToAttribute (i);
			insideAttribute = true;
		}

Same methods

XmlNodeReader.XmlNodeReader::MoveToAttribute ( string name ) : bool
XmlNodeReader.XmlNodeReader::MoveToAttribute ( string localName, string namespaceURI ) : bool