BlockKeyedCollection<T>(IEnumerable<T>) Constructor

Initializes a new instance of the BlockKeyedCollection class from another IEnumerable<T> collection.
Public Sub New( _ 
ByVal collection As IEnumerable(Of T) _ 
)
This language is not supported or no code example is available.
public BlockKeyedCollection( 
IEnumerable<T> collection 
)
This language is not supported or no code example is available.

Parameters

collection
IEnumerable<T>

The base collection.

.NET Framework

Supported in: 4.8

In this article

Definition