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