BlockKeyedCollection<T>(StringComparer) Constructor

Initializes a new instance of the BlockKeyedCollection class that uses the specified equality comparer.
Public Sub New( _ 
ByVal comparer As StringComparer
)
This language is not supported or no code example is available.
public BlockKeyedCollection( 
StringComparer comparer 
)
This language is not supported or no code example is available.

Parameters

comparer
StringComparer

The implementation of the IEqualityComparer generic interface to use when comparing keys, or null to use the default equality comparer.

.NET Framework

Supported in: 4.8

In this article

Definition