Table of Contents

Class ValueDictionary<TKey, TValue>.ValuesCollection

Namespace
Badeend.ValueCollections
Assembly
Badeend.ValueCollections.dll

A heap-allocated read-only view over all the values in the dictionary.

public sealed class ValueDictionary<TKey, TValue>.ValuesCollection : ICollection<TValue>, IReadOnlyCollection<TValue>, IEnumerable<TValue>, IEnumerable
Inheritance
ValueDictionary<TKey, TValue>.ValuesCollection
Implements
ICollection<TValue>
IEnumerable<TValue>
Inherited Members
Extension Methods