SimpleElementSimpleElementListRemoveAt Method |
Namespace: Tangosol.Run.Xml
public override void RemoveAt( int index )
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Index is less than zero or greater than Count. |
InvalidOperationException | Parent SimpleElement is not mutable. |