Share via


ThesisType Constructors

Definition

Overloads

ThesisType()

Initializes a new instance of the ThesisType class.

ThesisType(String)

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

ThesisType()

Initializes a new instance of the ThesisType class.

public ThesisType ();
Public Sub New ()

Applies to

ThesisType(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to