Method | Description | |
---|---|---|
LanguageClosure ( ) : System |
Initializes a new instance of the AppKit.TextKit.Formatter.LanguageClosure class.
|
|
LanguageClosure ( char character ) : System |
Initializes a new instance of the AppKit.TextKit.Formatter.LanguageClosure class.
|
|
LanguageClosure ( char startingCharacter, char endingCharacter ) : System |
Initializes a new instance of the AppKit.TextKit.Formatter.LanguageClosure class.
|
public LanguageClosure ( char character ) : System | ||
character | char | The character that both starts and ends this closure. |
return | System |
public LanguageClosure ( char startingCharacter, char endingCharacter ) : System | ||
startingCharacter | char | The character that starts the closure. |
endingCharacter | char | The character that ends the closure. |
return | System |