Axiom.Runtime.AMAssemblyCache.AMAssemblyCache C# (CSharp) Method

AMAssemblyCache() public method

public AMAssemblyCache ( ) : System
return System
        public AMAssemblyCache()
            : base()
        {
            _localAssemblyCache = new Hashtable();
            _assemblyFiles = new ArrayList();
            _namespaces = new ArrayList();
        }