C# Class MonoDevelop.TypeScriptBinding.ResolvedUsingScope

Resolved version of using scope.
Afficher le fichier Open project: atsushieno/md-typescript

Méthodes publiques

Méthode 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 méthode

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

ResolvedUsingScope() public méthode

public ResolvedUsingScope ( TypeScriptTypeResolveContext context, UsingScope usingScope ) : System
context TypeScriptTypeResolveContext
usingScope UsingScope
Résultat System