C# 클래스 MonoDevelop.TypeScriptBinding.ResolvedUsingScope

Resolved version of using scope.
파일 보기 프로젝트 열기: atsushieno/md-typescript

공개 메소드들

메소드 설명
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

메소드 상세

HasAlias() 공개 메소드

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

ResolvedUsingScope() 공개 메소드

public ResolvedUsingScope ( TypeScriptTypeResolveContext context, UsingScope usingScope ) : System
context TypeScriptTypeResolveContext
usingScope UsingScope
리턴 System