Table of Contents

Class ValueDictionary<TKey, TValue>.Builder.Collection

Namespace
Badeend.ValueCollections
Assembly
Badeend.ValueCollections.dll

A heap-allocated live view of a builder. Changes made to the collection are visible in the builder and vice versa.

public sealed class ValueDictionary<TKey, TValue>.Builder.Collection : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IReadOnlyDictionary<TKey, TValue>, IReadOnlyCollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
Inheritance
ValueDictionary<TKey, TValue>.Builder.Collection
Implements
IDictionary<TKey, TValue>
ICollection<KeyValuePair<TKey, TValue>>
IReadOnlyDictionary<TKey, TValue>
IEnumerable<KeyValuePair<TKey, TValue>>
Inherited Members
Extension Methods

Properties

Builder

The underlying builder.

public ValueDictionary<TKey, TValue>.Builder Builder { get; }

Property Value

ValueDictionary<TKey, TValue>.Builder