Mono.Debugger.Backend.Mono.MonoSymbolFile.RangeEntry.GetMethod C# (CSharp) Method

GetMethod() private method

private GetMethod ( ) : Method
return Mono.Debugger.Method
            internal Method GetMethod()
            {
                if (Wrapper != null)
                    return File.GetWrapperMethod (Hash, Wrapper, Contents);
                else
                    return File.GetMonoMethod (Hash, Index, Contents);
            }