AsmResolver.Net.Cts.Collections.ShallowTypeCollection.ShallowTypeCollection C# (CSharp) Метод

ShallowTypeCollection() публичный Метод

public ShallowTypeCollection ( owner, TypeDefinitionTable table ) : System
table TypeDefinitionTable
Результат System
        public ShallowTypeCollection(ModuleDefinition owner, TypeDefinitionTable table) 
            : base(owner)
        {
            if (table == null) 
                throw new ArgumentNullException("table");
            _table = table;
        }