Share via


City Constructors

Definition

Overloads

City()

Initializes a new instance of the City class.

City(String)

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

City()

Initializes a new instance of the City class.

public City ();
Public Sub New ()

Applies to

City(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to