Share via


SByteValue Constructors

Definition

Overloads

SByteValue()

Initializes a new instance of the SByteValue class.

SByteValue(SByteValue)

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

SByteValue(SByte)

Initializes a new instance of the SByteValue class using the supplied SByte value.

SByteValue()

Initializes a new instance of the SByteValue class.

public SByteValue ();
Public Sub New ()

Applies to

SByteValue(SByteValue)

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

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

Parameters

source
SByteValue

The source SByteValue class.

Applies to

SByteValue(SByte)

Initializes a new instance of the SByteValue class using the supplied SByte value.

public SByteValue (sbyte value);
new DocumentFormat.OpenXml.SByteValue : sbyte -> DocumentFormat.OpenXml.SByteValue
Public Sub New (value As SByte)

Parameters

value
SByte

The SByte value.

Applies to