KeyedByTypeCollection<TItem> Constructors

Definitie

Initialiseert een nieuw exemplaar van de KeyedByTypeCollection<TItem> klasse.

Overloads

Name Description
KeyedByTypeCollection<TItem>()

Initialiseert een nieuw exemplaar van de KeyedByTypeCollection<TItem> klasse.

KeyedByTypeCollection<TItem>(IEnumerable<TItem>)

Initialiseert een nieuw exemplaar van de KeyedByTypeCollection<TItem> klasse voor een opgegeven opsomming van objecten.

KeyedByTypeCollection<TItem>()

Initialiseert een nieuw exemplaar van de KeyedByTypeCollection<TItem> klasse.

public:
 KeyedByTypeCollection();
public KeyedByTypeCollection();
Public Sub New ()

Van toepassing op

KeyedByTypeCollection<TItem>(IEnumerable<TItem>)

Initialiseert een nieuw exemplaar van de KeyedByTypeCollection<TItem> klasse voor een opgegeven opsomming van objecten.

public:
 KeyedByTypeCollection(System::Collections::Generic::IEnumerable<TItem> ^ items);
public KeyedByTypeCollection(System.Collections.Generic.IEnumerable<TItem> items);
new System.Collections.Generic.KeyedByTypeCollection<'Item> : seq<'Item> -> System.Collections.Generic.KeyedByTypeCollection<'Item>
Public Sub New (items As IEnumerable(Of TItem))

Parameters

items
IEnumerable<TItem>

Het IEnumerable<T> algemene type Object dat wordt gebruikt om de verzameling te initialiseren.

Uitzonderingen

items is null.

Van toepassing op