Method GetValueEnumerator
GetValueEnumerator()
Returns an iterator over all values of this map.
This iterator may return values whose key is already
garbage collected while iterator is consumed,
especially if Lucene.Net.Util.WeakIdentityMap`2.reapOnRead is false
.
NOTE: This was valueIterator() in Lucene.
Declaration
public IEnumerator<TValue> GetValueEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<TValue> |