Method Choose
Choose()
Choose some item of this collection.
Declaration
public abstract T Choose()
Returns
Type | Description |
---|---|
T |
Implements
Exceptions
Type | Condition |
---|---|
NoSuchItemException | if collection is empty. |
Choose some item of this collection.
public abstract T Choose()
Type | Description |
---|---|
T |
Type | Condition |
---|---|
NoSuchItemException | if collection is empty. |