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

IncrementalKeyedCollection.Empty Method

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