ListValue<T> 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.
Sobrecargas
ListValue<T>() |
Inicializa uma nova instância da ListValue<T> classe. |
ListValue<T>(IEnumerable<T>) |
Inicializa uma nova instância da ListValue<T> classe usando a lista de valores fornecida. |
ListValue<T>(ListValue<T>) |
Inicializa uma nova instância da ListValue<T> classe copiando profundamente a classe fornecida ListValue<T> . |
ListValue<T>()
Inicializa uma nova instância da ListValue<T> classe.
public ListValue ();
Public Sub New ()
Aplica-se a
ListValue<T>(IEnumerable<T>)
Inicializa uma nova instância da ListValue<T> classe usando a lista de valores fornecida.
public ListValue (System.Collections.Generic.IEnumerable<T> list);
new DocumentFormat.OpenXml.ListValue<'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlSimpleType and 'T : (new : unit -> 'T))> : seq<'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlSimpleType and 'T : (new : unit -> 'T))> -> DocumentFormat.OpenXml.ListValue<'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlSimpleType and 'T : (new : unit -> 'T))>
Public Sub New (list As IEnumerable(Of T))
Parâmetros
- list
- IEnumerable<T>
A lista dos valores.
Aplica-se a
ListValue<T>(ListValue<T>)
Inicializa uma nova instância da ListValue<T> classe copiando profundamente a classe fornecida ListValue<T> .
public ListValue (DocumentFormat.OpenXml.ListValue<T> list);
public ListValue (DocumentFormat.OpenXml.ListValue<T> source);
new DocumentFormat.OpenXml.ListValue<'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlSimpleType and 'T : (new : unit -> 'T))> : DocumentFormat.OpenXml.ListValue<'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlSimpleType and 'T : (new : unit -> 'T))> -> DocumentFormat.OpenXml.ListValue<'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlSimpleType and 'T : (new : unit -> 'T))>
new DocumentFormat.OpenXml.ListValue<'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlSimpleType and 'T : (new : unit -> 'T))> : DocumentFormat.OpenXml.ListValue<'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlSimpleType and 'T : (new : unit -> 'T))> -> DocumentFormat.OpenXml.ListValue<'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlSimpleType and 'T : (new : unit -> 'T))>
Public Sub New (list As ListValue(Of T))
Public Sub New (source As ListValue(Of T))
Parâmetros
- listsource
- ListValue<T>
A classe de origem ListValue<T> .