C# Класс ICSharpCode.NRefactory.CSharp.TypeSystem.UsingScope

Наследование: AbstractFreezable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HasAlias ( string identifier ) : bool

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

Resolve ( ICompilation compilation ) : ICSharpCode.NRefactory.CSharp.TypeSystem.ResolvedUsingScope

Resolves the namespace represented by this using scope.

UsingScope ( ) : System

Creates a new root using scope.

UsingScope ( UsingScope parent, string shortName ) : System

Creates a new nested using scope.

Защищенные методы

Метод Описание
FreezeInternal ( ) : void

Описание методов

FreezeInternal() защищенный Метод

protected FreezeInternal ( ) : void
Результат void

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

Resolve() публичный Метод

Resolves the namespace represented by this using scope.
public Resolve ( ICompilation compilation ) : ICSharpCode.NRefactory.CSharp.TypeSystem.ResolvedUsingScope
compilation ICompilation
Результат ICSharpCode.NRefactory.CSharp.TypeSystem.ResolvedUsingScope

UsingScope() публичный Метод

Creates a new root using scope.
public UsingScope ( ) : System
Результат System

UsingScope() публичный Метод

Creates a new nested using scope.
public UsingScope ( UsingScope parent, string shortName ) : System
parent UsingScope The parent using scope.
shortName string The short namespace name.
Результат System