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

MonoLineNumberTable() protected method

protected MonoLineNumberTable ( MonoSymbolFile file, Method method ) : System
file MonoSymbolFile
method Mono.Debugger.Method
return System
            protected MonoLineNumberTable(MonoSymbolFile file, Method method)
            {
                this.File = file;
                this.Method = method;

                this.start = method.StartAddress;
                this.end = method.EndAddress;
            }