 | EnumValueT(T) Constructor |
Initializes a new instance of the EnumValue class using the supplied
value of type T.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic EnumValue(
T value
)
Public Sub New (
value As T
)
public:
EnumValue(
T value
)
new :
value : 'T -> EnumValueParameters
- value T
-
The value of type T.
See Also