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 | |
---|---|---|
![]() |
Count | Gets the number of XML elements in the XmlElementCollection. |
![]() |
Item | Gets the XML element at the specified index in the collection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Add | Appends an XML element to the end of a XmlElementCollection. |
![]() |
Contains | Determines whether the specified XML element is contained in the collection. |
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetEnumerator | Gets a System.Collections.IEnumerator that can iterate through the XmlElementCollection. |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
XmlElementCollection Class
Microsoft.Web.Services3.Xml Namespace