EyeshotKeyedCollection<T>(IEnumerable<T>, IEqualityComparer<String>) Constructor

Initializes the Keyed collection starting from an IEnumerable<T>
Protected Sub New( _ 
ByVal collection As IEnumerable(Of T), _ 
ByVal comparer As IEqualityComparer(Of String) _ 
)
This language is not supported or no code example is available.
protected EyeshotKeyedCollection( 
IEnumerable<T> collection
IEqualityComparer<string> comparer 
)
This language is not supported or no code example is available.

Parameters

collection
IEnumerable<T>

The base collection.

comparer
IEqualityComparer<string>

The equality comparer.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition