FindMethod() protected method

protected FindMethod ( string name ) : MethodSource
name string
return MethodSource
示例#1
0
 public override MethodSource FindMethod(string name)
 {
     return(Bfd.FindMethod(name));
 }