WsXmlNodes Members
The following tables list the members exposed by the WsXmlNodes type.
Public Constructors
Name | Description | |
---|---|---|
WsXmlNodes | Creates an instance of a WsXmlNodes collection. |
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of XML nodes actually contained in the collection. | |
Current | Gets the current element in the collection. | |
Item | Gets or sets the XML node at the specified index. |
Public Methods
Name | Description | |
---|---|---|
Add | Adds an WsXmlNode to the end of the collection. | |
Clear | Removes all WsXmlNodes from the collection. | |
Contains | Overloaded. Determines whether a WsXmlNode is in the collection. | |
GetEnumerator | Returns an enumerator used to iterate through the collection. | |
IndexOf | Overloaded. Searches for an XML node and returns the zero-based index of the first occurrence within the collection. | |
Insert | Inserts an WsXmlNode into the collection at the specified index. | |
MoveNext | Advances the enumerator to the next element of the collection. | |
Remove | Removes the first occurrence of a specific WsXmlNode from the collection. | |
RemoveAt | Removes the WsXmlNode at the specified index in the collection. | |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |