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;
        }