Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Video tutorials

Conceptual documentation

Commented examples

API documentation

  • Article

Method Clear

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
  • Navigation