C# Class MonoDevelop.TypeScriptBinding.ResolvedUsingScope

Resolved version of using scope.
Mostrar archivo Open project: atsushieno/md-typescript

Public Methods

Method Description
HasAlias ( string identifier ) : bool

Gets whether this using scope has an alias (either using or extern) with the specified name.

ResolvedUsingScope ( TypeScriptTypeResolveContext context, UsingScope usingScope ) : System

Method Details

HasAlias() public method

Gets whether this using scope has an alias (either using or extern) with the specified name.
public HasAlias ( string identifier ) : bool
identifier string
return bool

ResolvedUsingScope() public method

public ResolvedUsingScope ( TypeScriptTypeResolveContext context, UsingScope usingScope ) : System
context TypeScriptTypeResolveContext
usingScope UsingScope
return System