Share via


Last Constructors

Definition

Overloads

Last()

Initializes a new instance of the Last class.

Last(String)

Initializes a new instance of the Last class with the specified text content.

Last()

Initializes a new instance of the Last class.

public Last ();
Public Sub New ()

Applies to

Last(String)

Initializes a new instance of the Last class with the specified text content.

public Last (string text);
new DocumentFormat.OpenXml.Bibliography.Last : string -> DocumentFormat.OpenXml.Bibliography.Last
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to