Class LurchTable<TKey, TValue>.ValueCollection
Provides the collection of Values for the LurchTable
Inheritance
System.Object
LurchTable<TKey, TValue>.ValueCollection
Assembly: DistributedLucene.Net.dll
Syntax
public class ValueCollection : ICollection<TValue>
Properties
Name | Description |
---|---|
Count | Gets the number of elements contained in the System.Collections.Generic.ICollection<>. |
Methods
Name | Description |
---|---|
Contains(TValue) | Determines whether the System.Collections.Generic.ICollection<> contains a specific value. |
CopyTo(TValue[], Int32) | Copies the elements of the System.Collections.Generic.ICollection<> to an System.Array, starting at a particular System.Array index. |
GetEnumerator() | Returns an enumerator that iterates through the collection. |