Method Choose
Choose()
Choose some item of this collection.
Declaration
public override T Choose()
Returns
Type | Description |
---|---|
T |
Overrides
Lucene.Net.Support.C5.CollectionValueBase<T>.Choose()
Implements
Exceptions
Type | Condition |
---|---|
NoSuchItemException | if collection is empty. |