Share via


UInt16Value Constructors

Definition

Overloads

UInt16Value()

Initializes a new instance of the UInt16Value class.

UInt16Value(UInt16Value)

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

UInt16Value(UInt16)

Initializes a new instance of the UInt16Value class using the supplied UInt16 value.

UInt16Value()

Initializes a new instance of the UInt16Value class.

public UInt16Value ();
Public Sub New ()

Applies to

UInt16Value(UInt16Value)

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

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

Parameters

source
UInt16Value

The source UInt16Value class.

Applies to

UInt16Value(UInt16)

Initializes a new instance of the UInt16Value class using the supplied UInt16 value.

public UInt16Value (ushort value);
new DocumentFormat.OpenXml.UInt16Value : uint16 -> DocumentFormat.OpenXml.UInt16Value
Public Sub New (value As UShort)

Parameters

value
UInt16

The UInt16 value.

Applies to