C# Class Microsoft.R.Core.Formatting.FormattingScopeStack

Represents stack of formatting scopes. Formatting scope defines indentation level which is typically based upon { } blocks.
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
FormattingScopeStack ( ) : System.Collections.Generic
OpenScope ( FormattingScope scope ) : void
TryCloseScope ( int tokenIndex ) : void

Method Details

FormattingScopeStack() public méthode

public FormattingScopeStack ( ) : System.Collections.Generic
Résultat System.Collections.Generic

OpenScope() public méthode

public OpenScope ( FormattingScope scope ) : void
scope FormattingScope
Résultat void

TryCloseScope() public méthode

public TryCloseScope ( int tokenIndex ) : void
tokenIndex int
Résultat void