FindMethod() protected method

protected FindMethod ( string name ) : MethodSource
name string
return MethodSource
コード例 #1
0
ファイル: Bfd.cs プロジェクト: tralivali1234/debugger
 public override MethodSource FindMethod(string name)
 {
     return(Bfd.FindMethod(name));
 }