Class HashSetDictionary<TKey, TValue>.ValueSetCollection
Represents the collection of value sets in a HashSetDictionary<TKey, TValue>.
Implements
Namespace: Singulink.Collections
Assembly: Singulink.Collections.dll
Syntax
public sealed class HashSetDictionary<TKey, TValue>.ValueSetCollection : ICollection<HashSetDictionary<TKey, TValue>.ValueSet>, IReadOnlyCollection<HashSetDictionary<TKey, TValue>.ValueSet>, IEnumerable<HashSetDictionary<TKey, TValue>.ValueSet>, IEnumerableProperties
| Name | Description | 
|---|---|
| Count | Gets the number of value sets in this collection. | 
| Dictionary | Gets the HashSetDictionary<TKey, TValue> this collection belongs to. | 
Methods
| Name | Description | 
|---|---|
| Contains(ValueSet) | Returns a value indicating whether this collection contains the given value set. | 
| CopyTo(ValueSet[], int) | Copies the value sets in this collection to an array starting at the specified index. | 
| GetEnumerator() | Returns an enumerator that iterates through the value sets in this collection. | 
Explicit Interface Implementations
| Name | Description | 
|---|---|
| ICollection<ValueSet>.Add(ValueSet) | Not supported. | 
| ICollection<ValueSet>.Clear() | Not supported. | 
| ICollection<ValueSet>.IsReadOnly | Gets a value indicating whether this collection is read-only. Always returns true. | 
| ICollection<ValueSet>.Remove(ValueSet) | Not supported. | 
| IEnumerable<ValueSet>.GetEnumerator() | Returns an enumerator that iterates through the value sets in this collection. | 
| IEnumerable.GetEnumerator() | Returns an enumerator that iterates through the value sets in this collection. | 
