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