BlockExKeyedCollection(IEnumerable<BlockEx>) Constructor

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

Parameters

collection
IEnumerable<BlockEx>

The base collection.

.NET Framework

Supported in: 4.8

In this article

Definition