Class LurchTable<TKey, TValue>.KeyCollection
Provides the collection of Keys for the LurchTable
Inheritance
System.Object
LurchTable<TKey, TValue>.KeyCollection
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public class KeyCollection : ICollection<TKey>
Properties
| Improve this Doc View SourceCount
Gets the number of elements contained in the System.Collections.Generic.ICollection<>.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceContains(TKey)
Determines whether the System.Collections.Generic.ICollection<> contains a specific value.
Declaration
public bool Contains(TKey item)
Parameters
Type | Name | Description |
---|---|---|
TKey | item |
Returns
Type | Description |
---|---|
System.Boolean |
CopyTo(TKey[], Int32)
Copies the elements of the System.Collections.Generic.ICollection<> to an System.Array, starting at a particular System.Array index.
Declaration
public void CopyTo(TKey[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
TKey[] | array | |
System.Int32 | arrayIndex |
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public LurchTable<TKey, TValue>.KeyCollection.Enumerator GetEnumerator()
Returns
Type | Description |
---|---|
LurchTable.KeyCollection.Enumerator<> |