两个方法,签名唯一的区别在于参数带Out 例:public void Foo(out string value) {}public void Foo(string value){}在反射时如何区分这两个函数比如在Type.GetMethod获取的时候 查看完整描述