C# 클래스 Microsoft.R.Core.Formatting.FormattingScope

Settings for formatting of { } scope.
상속: IDisposable
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FormattingScope ( ) : System
FormattingScope ( TextBuilder tb, TokenStream tokens, int openBraceTokenIndex, Microsoft.R.Core.Formatting.RFormatOptions options, BraceHandler braceHandler ) : System

비공개 메소드들

메소드 설명
CurrentLineIndent ( TextBuilder tb ) : int
FindMatchingCloseBrace ( TokenStream tokens, int openBraceTokenIndex ) : int

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FormattingScope() 공개 메소드

public FormattingScope ( ) : System
리턴 System

FormattingScope() 공개 메소드

public FormattingScope ( TextBuilder tb, TokenStream tokens, int openBraceTokenIndex, Microsoft.R.Core.Formatting.RFormatOptions options, BraceHandler braceHandler ) : System
tb Microsoft.Languages.Core.Formatting.TextBuilder
tokens TokenStream
openBraceTokenIndex int
options Microsoft.R.Core.Formatting.RFormatOptions
braceHandler BraceHandler
리턴 System