UInt64Value Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UInt64Value() |
Initializes a new instance of the UInt64Value class. |
UInt64Value(UInt64Value) |
Initializes a new instance of the UInt64Value class by deep copying the UInt64Value class. |
UInt64Value(UInt64) |
Initializes a new instance of the UInt64Value class using the supplied UInt64 value. |
UInt64Value()
Initializes a new instance of the UInt64Value class.
public UInt64Value ();
Public Sub New ()
Applies to
UInt64Value(UInt64Value)
Initializes a new instance of the UInt64Value class by deep copying the UInt64Value class.
public UInt64Value (DocumentFormat.OpenXml.UInt64Value source);
new DocumentFormat.OpenXml.UInt64Value : DocumentFormat.OpenXml.UInt64Value -> DocumentFormat.OpenXml.UInt64Value
Public Sub New (source As UInt64Value)
Parameters
- source
- UInt64Value
The source UInt64Value class.
Applies to
UInt64Value(UInt64)
Initializes a new instance of the UInt64Value class using the supplied UInt64 value.
public UInt64Value (ulong value);
new DocumentFormat.OpenXml.UInt64Value : uint64 -> DocumentFormat.OpenXml.UInt64Value
Public Sub New (value As ULong)