Exemplo n.º 1
0
 /// <summary>
 /// Initialises a new instance of <see cref="TypeContext" />.
 /// </summary>
 internal TypeContext()
 {
     this.ClassName  = CompilerServicesUtility.GenerateClassName();
     this.Namespaces = new HashSet <string>();
 }