Create(ImmutableDictionary<TKey, Item>, bool)
Declaration
protected virtual IncrementalKeyedCollection<TKey, TValue> Create(ImmutableDictionary<TKey, IncrementalKeyedCollection<TKey, TValue>.Item> items, bool clear = false)Parameters
| Type | Name | Description |
|---|---|---|
| ImmutableDictionary<TKey, IncrementalKeyedCollection<TKey, TValue>.Item> | items | |
| bool | clear |
Returns
| Type | Description |
|---|---|
| IncrementalKeyedCollection<TKey, TValue> |