Share via


UInt64Value Constructors

Definition

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)

Parameters

value
UInt64

The UInt64 value.

Applies to