ListValue<T> 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ListValue<T>() |
初始化 类的新实例 ListValue<T> 。 |
ListValue<T>(IEnumerable<T>) |
使用提供的值列表初始化 类的新实例 ListValue<T> 。 |
ListValue<T>(ListValue<T>) |
通过深层复制提供的ListValue<T>类来初始化 类的新实例ListValue<T>。 |
ListValue<T>()
ListValue<T>(IEnumerable<T>)
使用提供的值列表初始化 类的新实例 ListValue<T> 。
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))
参数
- list
- IEnumerable<T>
值的列表。
适用于
ListValue<T>(ListValue<T>)
通过深层复制提供的ListValue<T>类来初始化 类的新实例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))
参数
- listsource
- ListValue<T>
源 ListValue<T> 类。