EnumValue<T> Constructor (EnumValue<T>)
Initializes a new instance of the EnumValue by deep copy.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
source As EnumValue(Of T) _
)
'Usage
Dim source As EnumValue(Of T)
Dim instance As New EnumValue(source)
public EnumValue(
EnumValue<T> source
)
Parameters
- source
Type: DocumentFormat.OpenXml.EnumValue<T>