ImmutableMultiListInsert Method |
Namespace: Tangosol.Util
public void Insert( int index, Object value )
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is not a valid index in the IList. |
NotSupportedException | The IList is read-only.-or- The IList has a fixed size. |
NullReferenceException | value is null reference in the IList. |