interface I { void Foo(); } class A : I { void I.Foo() { Foo(); } public void Foo(int a) { } }
Show Parameter Info for the call to "Foo". 2 signatures are included.