Exemplo n.º 1
0
        /// <summary>
        /// Constructor of this object.
        /// </summary>
        public CppCompilation()
        {
            Diagnostics = new CppDiagnosticBag();

            System = new CppGlobalDeclarationContainer();
        }
Exemplo n.º 2
0
 public CSharpCompilation()
 {
     Diagnostics = new CppDiagnosticBag();
     Members     = new CSharpContainerList <CSharpElement>(this);
 }