ECMA-334: 10.8.1 Unqualified name
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| C# Language Specification |
|
| © 2006 ECMA International |
10.8.1 Unqualified name
Every namespace declaration and type declaration has an unqualified name determined as follows:
- For a namespace declaration, the unqualified name is the qualified-identifier specified in the declaration.
- For a type declaration with no type-parameter-list, the unqualified name is the identifier specified in the declaration.
- For a type declaration with
Ktype parameters, the unqualified name is the identifier specified in the declaration, followed by the generic-dimension-specifier (§14.5.11).