NameObjectCollection(IEqualityComparer) Constructor

Initializes a new instance of the NameObjectCollection class that is empty, has the default initial capacity, and uses the specified IEqualityComparer object.

Definition

Namespace: DevCase.Runtime.Collections
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public NameObjectCollection(
	IEqualityComparer equalityComparer
)

Parameters

equalityComparer  IEqualityComparer
The IEqualityComparer object to use to determine whether two keys are equal and to generate hash codes for the keys in the collection.

See Also