ListBaseWrapperT, TBaseRemoveAt Method |
Namespace: DHI.Mike1D.Generic.Collections
public void RemoveAt( int index )
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a valid index in the IListT. |
| NotSupportedException | The IListT is read-only. |