Open sandboxFocus

Method Empty

Empty<TKey, TValue>()

Creates a IncrementalKeyedCollection<TKey, TValue> that represents the absence of any operation.

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