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

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 EyeshotDisposableKeyedCollection( 
IEnumerable<T> collection
IEqualityComparer<string> comparer 
)
This language is not supported or no code example is available.

Parameters

collection
IEnumerable<T>

comparer
IEqualityComparer<string>

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition