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 TKey : notnull where TValue : class, IIncrementalKeyedCollectionItem<TKey>
Returns
Type | Description |
---|---|
IncrementalKeyedCollection<TKey, TValue> |
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |