Mono.Cecil.Metadata.PdbHeap.HasTable C# (CSharp) Method

HasTable() public method

public HasTable ( Table table ) : bool
table Table
return bool
        public bool HasTable(Table table)
        {
            return (TypeSystemTables & (1L << (int) table)) != 0;
        }