Namespace ICSharpCode.Decompiler.CSharp.TypeSystem
Classes
- AliasNamespaceReference
Looks up an alias (identifier in front of :: operator).
- MemberTypeOrNamespaceReference
Reference to a qualified type or namespace name.
- ResolvedUsingScope
Resolved version of using scope.
- SimpleTypeOrNamespaceReference
Represents a simple C# name. (a single non-qualified identifier with an optional list of type arguments)
- TypeOrNamespaceReference
Represents a reference which could point to a type or namespace.
- UsingScope
Represents a scope that contains "using" statements. This is either the file itself, or a namespace declaration.