Compartir a través de


ListValue<T> Constructores

Definición

Sobrecargas

ListValue<T>()

Inicializa una nueva instancia de la ListValue<T> clase .

ListValue<T>(IEnumerable<T>)

Inicializa una nueva instancia de la ListValue<T> clase utilizando la lista de valores proporcionada.

ListValue<T>(ListValue<T>)

Inicializa una nueva instancia de la ListValue<T> clase copiando en profundidad la clase proporcionada ListValue<T> .

ListValue<T>()

Inicializa una nueva instancia de la ListValue<T> clase .

public ListValue ();
Public Sub New ()

Se aplica a

ListValue<T>(IEnumerable<T>)

Inicializa una nueva instancia de la ListValue<T> clase utilizando la lista de valores proporcionada.

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>

Lista de los valores.

Se aplica a

ListValue<T>(ListValue<T>)

Inicializa una nueva instancia de la ListValue<T> clase copiando en profundidad la clase proporcionada 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>

Clase de origen ListValue<T> .

Se aplica a