Mono.Debugger.Backend.Mono.MonoSymbolFile.MonoTypeTable.MonoTypeTable C# (CSharp) Method

MonoTypeTable() protected method

protected MonoTypeTable ( MonoSymbolFile file, TargetAddress ptr, TargetAddress first_chunk ) : System
file MonoSymbolFile
ptr Mono.Debugger.TargetAddress
first_chunk Mono.Debugger.TargetAddress
return System
            protected MonoTypeTable(MonoSymbolFile file, TargetAddress ptr,
						 TargetAddress first_chunk)
                : base(ptr, first_chunk)
            {
                this.SymbolFile = file;
            }