Table of Contents

Class ValueDictionary<TKey, TValue>.Builder.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>.Builder.ValuesCollection : ICollection<TValue>, IReadOnlyCollection<TValue>, IEnumerable<TValue>, IEnumerable
Inheritance
ValueDictionary<TKey, TValue>.Builder.ValuesCollection
Implements
ICollection<TValue>
IEnumerable<TValue>
Inherited Members
Extension Methods

Remarks

Any ValuesCollection is only valid until the next mutation performed on the builder. As long as the ValuesCollection is usable, it effectively represents an immutable set of values.