Class TreeDictionary<TKey, TValue>.KeyCollection
Inheritance
System.Object
TreeDictionary<TKey, TValue>.KeyCollection
Implements
Lucene.Net.Support.C5.ICollection
System.Collections.Generic.IReadOnlyCollection <TKey>
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public sealed class KeyCollection : System.Collections.Generic.ICollection<TKey>, ICollection, System.Collections.Generic.IReadOnlyCollection<TKey>
Constructors
| Improve this Doc View SourceKeyCollection(TreeDictionary<TKey, TValue>)
Declaration
public KeyCollection(TreeDictionary<TKey, TValue> dictionary)
Parameters
Type | Name | Description |
---|---|---|
Tree |
dictionary |
Properties
| Improve this Doc View SourceCount
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System. |
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceCopyTo(TKey[], Int32)
Declaration
public void CopyTo(TKey[] array, int index)
Parameters
Type | Name | Description |
---|---|---|
TKey[] | array | |
System. |
index |
GetEnumerator()
Declaration
public System.Collections.Generic.IEnumerator<TKey> GetEnumerator()
Returns
Type | Description |
---|---|
System. |
Implements
Lucene.Net.Support.C5.ICollection
System.Collections.Generic.IReadOnlyCollection<>