XmlElementCollection Members

A strongly-typed collection of XML elements.

The following tables list the members exposed by the XmlElementCollection type.

Public Constructors

  Name Description
XmlElementCollection Initializes a new instance of the XmlElementCollection class.

Top

Public Properties

  Name Description
public property Count Gets the number of XML elements in the XmlElementCollection.
public property Item Gets the XML element at the specified index in the collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add Appends an XML element to the end of a XmlElementCollection.
public method Contains Determines whether the specified XML element is contained in the collection.
public method Equals  Overloaded. (Inherited from Object )
public method GetEnumerator Gets a System.Collections.IEnumerator that can iterate through the XmlElementCollection.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

XmlElementCollection Class
Microsoft.Web.Services3.Xml Namespace