﻿<?xml version="1.0" encoding="utf-8"?><Type Name="XmlNodeList" FullName="System.Xml.XmlNodeList"><TypeSignature Maintainer="auto" Language="C#" Value="public abstract class XmlNodeList : System.Collections.IEnumerable" /><TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit XmlNodeList extends System.Object implements class System.Collections.IEnumerable" /><AssemblyInfo><AssemblyName>System.Xml</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>To be added</ThreadSafetyStatement><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces><Interface><InterfaceName>System.Collections.IEnumerable</InterfaceName></Interface></Interfaces><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Changes to the children of the node object that the <see cref="T:System.Xml.XmlNodeList" /> collection was created from are immediately reflected in the nodes returned by the XmlNodeList properties and methods. XmlNodeList supports iteration and indexed access.</para><para>XmlNodeList is returned by the following properties and methods.</para><list type="bullet"><item><para><see cref="P:System.Xml.XmlNode.ChildNodes" /> - Returns an XmlNodeList containing all the children of the node.</para></item><item><para><see cref="M:System.Xml.XmlNode.SelectNodes(System.String)" /> - Returns an XmlNodeList containing a collection of nodes matching the XPath query.</para></item><item><para>GetElementsByTagName - Returns an XmlNodeList containing a list of all descendant elements that match the specified name. This method is available in both the <see cref="T:System.Xml.XmlDocument" /> and <see cref="T:System.Xml.XmlElement" /> classes.</para></item></list></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents an ordered collection of nodes.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="protected XmlNodeList ();" /><MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters /><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Xml.XmlNodeList" /> class.</para></summary></Docs></Member><Member MemberName="Count"><MemberSignature Language="C#" Value="public abstract int Count { get; }" /><MemberSignature Language="ILAsm" Value=".property instance int32 Count" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'int'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the number of nodes in the XmlNodeList.</para></summary></Docs></Member><Member MemberName="GetEnumerator"><MemberSignature Language="C#" Value="public abstract System.Collections.IEnumerator GetEnumerator ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Collections.IEnumerator GetEnumerator() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Collections.IEnumerator</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides a simple "foreach" style iteration over the collection of nodes in the XmlNodeList.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets an enumerator that iterates through the collection of nodes.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An enumerator used to iterate through the collection of nodes.</para></returns></Docs></Member><Member MemberName="Item"><MemberSignature Language="C#" Value="public abstract System.Xml.XmlNode Item (int index);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Xml.XmlNode Item(int32 index) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Xml.XmlNode</ReturnType></ReturnValue><Parameters><Parameter Name="index" Type="System.Int32" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Retrieves a node at the given index.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Xml.XmlNode" /> with the specified index in the collection. If <paramref name="index" /> is greater than or equal to the number of nodes in the list, this returns null.</para></returns><param name="index"><attribution license="cc4" from="Microsoft" modified="false" />The zero-based index into the list of nodes.</param></Docs></Member><Member MemberName="ItemOf"><MemberSignature Language="C#" Value="public virtual System.Xml.XmlNode this[int i] { get; }" /><MemberSignature Language="ILAsm" Value=".property instance class System.Xml.XmlNode ItemOf(int32)" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Xml.XmlNode</ReturnType></ReturnValue><Parameters><Parameter Name="i" Type="System.Int32" /></Parameters><Docs><param name="i">To be added.</param><summary>To be added.</summary><value>To be added.</value><remarks>To be added.</remarks></Docs></Member></Members></Type>