MetalamaAPI documentationAspect APIMetalama.​Framework.​OptionsIncremental­Keyed­CollectionClear
Open sandboxFocus

IncrementalKeyedCollection.Clear Method

Clear<TKey, TValue>()

Creates a IncrementalKeyedCollection<TKey, TValue> that represents the operation of removing any item both in the collection.

Declaration
public static IncrementalKeyedCollection<TKey, TValue> Clear<TKey, TValue>()
where TValue : class, IIncrementalKeyedCollectionItem<TKey>
Returns
Type Description
IncrementalKeyedCollection<TKey, TValue>
Type Parameters
Name Description
TKey
TValue