'Declaration Public Default Property Item( _ ByVal key As Integer _ ) As InteractiveSort()
public InteractiveSort[] this[ int key ]; {get; set;}
Parameters
- key
- The key of the value to get or set.
'Declaration Public Default Property Item( _ ByVal key As Integer _ ) As InteractiveSort()
public InteractiveSort[] this[ int key ]; {get; set;}
Exception | Description |
---|---|
System.ArgumentNullException | key is null. |
System.Collections.Generic.KeyNotFoundException | The property is retrieved and key does not exist in the collection. |