ImmutableMultiListItem Property |
Namespace: Tangosol.Util
public Object this[ int i ] { get; set; }
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a valid index in the IList. |
| NotSupportedException | The property is set and the IList is read-only. |