C# 클래스 AppKit.TextKit.Formatter.LanguageClosure

The AppKit.TextKit.Formatter.LanguageClosure class holds information about a closure such as (), [], "" or '' that can be used to define a section of text in a AppKit.TextKit.Formatter.LanguageDescriptor. The Language Closure is used by auto complete in a AppKit.TextKit.Formatter.SourceTextView.
상속: NSObject
파일 보기 프로젝트 열기: xamarin/mac-samples

공개 메소드들

메소드 설명
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.

메소드 상세

LanguageClosure() 공개 메소드

Initializes a new instance of the AppKit.TextKit.Formatter.LanguageClosure class.
public LanguageClosure ( ) : System
리턴 System

LanguageClosure() 공개 메소드

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.
리턴 System

LanguageClosure() 공개 메소드

Initializes a new instance of the AppKit.TextKit.Formatter.LanguageClosure class.
public LanguageClosure ( char startingCharacter, char endingCharacter ) : System
startingCharacter char The character that starts the closure.
endingCharacter char The character that ends the closure.
리턴 System