Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Video tutorials

Conceptual documentation

Commented examples

API documentation

  • Article

Constructor IncrementalHashSet

IncrementalHashSet(ImmutableDictionary<T, bool>, bool)

Declaration
protected IncrementalHashSet(ImmutableDictionary<T, bool> dictionary, bool clear = false)
Parameters
Type Name Description
ImmutableDictionary<T, bool> dictionary
bool clear
  • Navigation