Share via


ElementList Members

Represents a collection of XML elements.

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

Public Constructors

  Name Description
ElementList  

Top

Public Properties

  Name Description
public property Count Gets the number of XML elements in the collection.
public property IsFixedSize Gets a value indicating whether the size of the collection can be changed.
public property IsReadOnly Gets a value indicating whether the collection is read-only.
public property IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread safe).
public property Item Gets or sets the XML element at the specified index.
public property SyncRoot Gets an object that can be used to synchronize access to the collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add Adds the specified XML element to the collection.
public method Clear Removes all the items from the collection.
public method Contains Determines whether the specified XML element exists in the collection.
public method CopyTo Copies the XML elements of the collection to the specified a one-dimensional array of type System.Xml.XmlElement starting at the specified index in the array.
public method Equals Overridden. Returns a value indicating whether the instance is equal to a specified object.
public method GetEnumerator Gets an System.Collections.IEnumerator that can iterate through the collection.
public method GetHashCode Overridden. Returns the hash code for the ElementList.
public method GetType  (inherited from Object )
public method IndexOf Returns the zero-based index of the first occurrence of an XML element in the collection.
public method Remove Removes the specified XML element from the collection.
public method RemoveAt Removes the XML element at the specified index from the collection.
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

ElementList Class
Microsoft.Web.Services2.Xml Namespace