AsmResolver.Net.Cts.Collections.ShallowTypeCollection.ShallowTypeCollection C# (CSharp) Méthode

ShallowTypeCollection() public méthode

public ShallowTypeCollection ( owner, TypeDefinitionTable table ) : System
table TypeDefinitionTable
Résultat System
        public ShallowTypeCollection(ModuleDefinition owner, TypeDefinitionTable table) 
            : base(owner)
        {
            if (table == null) 
                throw new ArgumentNullException("table");
            _table = table;
        }