KeyedByTypeCollection<TItem> Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe KeyedByTypeCollection<TItem>.
Sobrecargas
KeyedByTypeCollection<TItem>() |
Inicializa uma nova instância da classe KeyedByTypeCollection<TItem>. |
KeyedByTypeCollection<TItem>(IEnumerable<TItem>) |
Inicializa uma nova instância da classe KeyedByTypeCollection<TItem> para uma enumeração especificada de objetos. |
KeyedByTypeCollection<TItem>()
- Origem:
- KeyedByTypeCollection.cs
- Origem:
- KeyedByTypeCollection.cs
- Origem:
- KeyedByTypeCollection.cs
Inicializa uma nova instância da classe KeyedByTypeCollection<TItem>.
public:
KeyedByTypeCollection();
public KeyedByTypeCollection ();
Public Sub New ()
Aplica-se a
KeyedByTypeCollection<TItem>(IEnumerable<TItem>)
- Origem:
- KeyedByTypeCollection.cs
- Origem:
- KeyedByTypeCollection.cs
- Origem:
- KeyedByTypeCollection.cs
Inicializa uma nova instância da classe KeyedByTypeCollection<TItem> para uma enumeração especificada de objetos.
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))
Parâmetros
- items
- IEnumerable<TItem>
O IEnumerable<T> de tipo genérico Object usado para inicializar a coleção.
Exceções
items
é null
.