Share via


WsXmlNamespaces.RemoveAt Method

Removes the WsXmlNamespace object at the specified index in the collection.

Namespace: Ws.Services.Xml
Assembly: MFWsStack (in mfwsstack.dll)

Syntax

public void RemoveAt (
         intindex
)

Parameters

  • index
    The zero-based index of the item to remove.

Exceptions

Exception type Condition
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than the number of elements in the collection.

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

WsXmlNamespaces Class
WsXmlNamespaces Members
Ws.Services.Xml Namespace