Class LurchTable<TKey, TValue>.KeyCollection
Provides the collection of Keys for the LurchTable
Inheritance
System.Object
LurchTable<TKey, TValue>.KeyCollection
Assembly: DistributedLucene.Net.dll
Syntax
public class KeyCollection : ICollection<TKey>
Properties
Name | Description |
---|---|
Count | Gets the number of elements contained in the System.Collections.Generic.ICollection<>. |
Methods
Name | Description |
---|---|
Contains(TKey) | Determines whether the System.Collections.Generic.ICollection<> contains a specific value. |
CopyTo(TKey[], 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. |