UInt32Value Constructors

Definition

Overloads

UInt32Value()

Initializes a new instance of the UInt32Value class.

UInt32Value(UInt32Value)

Initializes a new instance of the UInt32Value class by deep copying the supplied UInt32Value class.

UInt32Value(UInt32)

Initializes a new instance of the UInt32Value class using the supplied UInt32 value.

UInt32Value()

Initializes a new instance of the UInt32Value class.

public UInt32Value ();
Public Sub New ()

Applies to

UInt32Value(UInt32Value)

Initializes a new instance of the UInt32Value class by deep copying the supplied UInt32Value class.

public UInt32Value (DocumentFormat.OpenXml.UInt32Value source);
new DocumentFormat.OpenXml.UInt32Value : DocumentFormat.OpenXml.UInt32Value -> DocumentFormat.OpenXml.UInt32Value
Public Sub New (source As UInt32Value)

Parameters

source
UInt32Value

The source UInt32Value class.

Applies to

UInt32Value(UInt32)

Initializes a new instance of the UInt32Value class using the supplied UInt32 value.

public UInt32Value (uint value);
new DocumentFormat.OpenXml.UInt32Value : uint32 -> DocumentFormat.OpenXml.UInt32Value
Public Sub New (value As UInteger)

Parameters

value
UInt32

The UInt32 value.

Applies to