Class TreeDictionary<TKey, TValue>.ValueCollection
Inheritance
System.Object
TreeDictionary<TKey, TValue>.ValueCollection
Implements
Lucene.Net.Support.C5.ICollection
System.Collections.Generic.IReadOnlyCollection <TValue>
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public sealed class ValueCollection : System.Collections.Generic.ICollection<TValue>, ICollection, System.Collections.Generic.IReadOnlyCollection<TValue>
Constructors
| Improve this Doc View SourceValueCollection(TreeDictionary<TKey, TValue>)
Declaration
public ValueCollection(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. |
Methods
| Improve this Doc View SourceCopyTo(TValue[], Int32)
Declaration
public void CopyTo(TValue[] array, int index)
Parameters
Type | Name | Description |
---|---|---|
TValue[] | array | |
System. |
index |
GetEnumerator()
Declaration
public System.Collections.Generic.IEnumerator<TValue> GetEnumerator()
Returns
Type | Description |
---|---|
System. |
Implements
Lucene.Net.Support.C5.ICollection
System.Collections.Generic.IReadOnlyCollection<>