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

Defines how C# should be colorized using a AppKit.TextKit.Formatter.LanguageFormatter.
상속: LanguageDescriptor
파일 보기 프로젝트 열기: xamarin/mac-samples

공개 메소드들

메소드 설명
CSharpDescriptor ( ) : System

Initializes a new instance of the AppKit.TextKit.Formatter.CSharpDescriptor class.

Define ( ) : void

Define this instance.

FormatForPreview ( string text ) : string

Formats the passed in string of text for previewing.

메소드 상세

CSharpDescriptor() 공개 메소드

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

Define() 공개 메소드

Define this instance.
public Define ( ) : void
리턴 void

FormatForPreview() 공개 메소드

Formats the passed in string of text for previewing.
public FormatForPreview ( string text ) : string
text string Text.
리턴 string