Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Microsoft
R
Core
Formatting
FormattingScopeStack
C# 클래스 Microsoft.R.Core.Formatting.FormattingScopeStack
Represents stack of formatting scopes. Formatting scope defines indentation level which is typically based upon { } blocks.
파일 보기
프로젝트 열기: Microsoft/RTVS
공개 메소드들
메소드
설명
FormattingScopeStack
( ) :
System.Collections.Generic
OpenScope
(
FormattingScope
scope
) :
void
TryCloseScope
(
int
tokenIndex
) :
void
메소드 상세
FormattingScopeStack()
공개
메소드
public
FormattingScopeStack
( ) :
System.Collections.Generic
리턴
System.Collections.Generic
OpenScope()
공개
메소드
public
OpenScope
(
FormattingScope
scope
) :
void
scope
FormattingScope
리턴
void
TryCloseScope()
공개
메소드
public
TryCloseScope
(
int
tokenIndex
) :
void
tokenIndex
int
리턴
void