Mono.Cecil.Metadata.TableHeap.this C# (CSharp) Method

this() public method

public this ( Table table ) : TableInformation
table Table
return TableInformation
        public TableInformation this[Table table]
        {
            get { return Tables [(int) table]; }
        }