MetalamaAPI documentationAspect APIMetalama.​Framework.​OptionsIncremental­Hash­SetEmpty
Open sandboxFocus

IncrementalHashSet.Empty Method

Empty<T>()

Creates new IncrementalHashSet<T> that represents the absence of any operation.

Declaration
public static IncrementalHashSet<T> Empty<T>() where T : notnull
Returns
Type Description
IncrementalHashSet<T>
Type Parameters
Name Description
T