Share via


OpenXmlSimpleValue<T> Constructors

Definition

Overloads

OpenXmlSimpleValue<T>()

Initializes a new instance of the OpenXmlSimpleValue class.

OpenXmlSimpleValue<T>(OpenXmlSimpleValue<T>)

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

OpenXmlSimpleValue<T>(T)

Initializes a new instance of the OpenXmlSimpleValue class.

OpenXmlSimpleValue<T>()

Initializes a new instance of the OpenXmlSimpleValue class.

protected OpenXmlSimpleValue ();
Protected Sub New ()

Applies to

OpenXmlSimpleValue<T>(OpenXmlSimpleValue<T>)

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

protected OpenXmlSimpleValue (DocumentFormat.OpenXml.OpenXmlSimpleValue<T> source);
new DocumentFormat.OpenXml.OpenXmlSimpleValue<'T (requires 'T : struct)> : DocumentFormat.OpenXml.OpenXmlSimpleValue<'T (requires 'T : struct)> -> DocumentFormat.OpenXml.OpenXmlSimpleValue<'T (requires 'T : struct)>
Protected Sub New (source As OpenXmlSimpleValue(Of T))

Parameters

source
OpenXmlSimpleValue<T>

The source OpenXmlSimleValue class.

Applies to

OpenXmlSimpleValue<T>(T)

Initializes a new instance of the OpenXmlSimpleValue class.

protected OpenXmlSimpleValue (T value);
new DocumentFormat.OpenXml.OpenXmlSimpleValue<'T (requires 'T : struct)> : 'T -> DocumentFormat.OpenXml.OpenXmlSimpleValue<'T (requires 'T : struct)>
Protected Sub New (value As T)

Parameters

value
T

The value in type T.

Applies to