NameObjectCollection(IHashCodeProvider, IComparer) Constructor

Note: This API is now obsolete.
Initializes a new instance of the NameObjectCollection class that is empty, has the specified initial capacity and uses the specified hash code provider and the specified comparer.

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.
[ObsoleteAttribute("Please use NameObjectCollection(IEqualityComparer) instead.")]
public NameObjectCollection(
	IHashCodeProvider hashProvider,
	IComparer comparer
)

Parameters

hashProvider  IHashCodeProvider
The IHashCodeProvider that will supply the hash codes for all keys in this NameObjectCollection.
comparer  IComparer
The IComparer to use to determine whether two keys are equal.

See Also