MultiSelectionPrompt(IEqualityComparer<T>) Constructor
Initializes a new instance of the
MultiSelectionPrompt<T>
class.
public MultiSelectionPrompt(IEqualityComparer<T> comparer = null)
- Namespace
- Spectre
.Console - Containing Type
- MultiSelectionPrompt
<T>
Parameters
-
IEqualityComparer
<T> comparer -
The
System.Collections.Generic.IEqualityComparer`1
implementation to use when comparing items, ornull
to use the defaultSystem.Collections.Generic.IEqualityComparer`1
for the type of the item.