Babel.Compiler.SourceFile.SourceFile C# (CSharp) Method

SourceFile() public method

public SourceFile ( ) : System
return System
        public SourceFile()
            : base()
        {
            _namespace = null;
            importedNamespaces = new ArrayList();
        }