System.Xml.XmlNode.EmptyNodeList.Item C# (CSharp) Méthode

Item() public méthode

public Item ( int index ) : XmlNode
index int
Résultat XmlNode
			public override XmlNode Item (int index)
			{
				return null;
			}
		}
XmlNode.EmptyNodeList