Mono.Debugger.Backend.Bfd.BfdSymbolFile.FindMethod C# (CSharp) Method

FindMethod() public method

public FindMethod ( string name ) : MethodSource
name string
return MethodSource
            public override MethodSource FindMethod(string name)
            {
                return Bfd.FindMethod (name);
            }