C# Class Microsoft.R.Core.AST.AstNodeExtensions

Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
GetEnclosingScope ( this node ) : IScope

Locates enclosing scope for a given node

Method Details

GetEnclosingScope() public static method

Locates enclosing scope for a given node
public static GetEnclosingScope ( this node ) : IScope
node this
return IScope