Share via


First Constructors

Definition

Overloads

First()

Initializes a new instance of the First class.

First(String)

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

First()

Initializes a new instance of the First class.

public First ();
Public Sub New ()

Applies to

First(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to