OpenXmlSimpleValue<T> Constructor (OpenXmlSimpleValue<T>)
Initializes a new instance of the OpenXmlSimpleValue by deep copy.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Protected Sub New ( _
source As OpenXmlSimpleValue(Of T) _
)
用法
Dim source As OpenXmlSimpleValue(Of T)
Dim instance As New OpenXmlSimpleValue(source)
protected OpenXmlSimpleValue(
OpenXmlSimpleValue<T> source
)
Parameters
- source
Type: DocumentFormat.OpenXml.OpenXmlSimpleValue<T>