ArgsTests.ActionTests.ActionTestArgsActionMethodHasTooManyParameters.SomeAction C# (CSharp) Method

SomeAction() private method

private SomeAction ( SomeActionArgs o, bool someOtherParemeter ) : void
o SomeActionArgs
someOtherParemeter bool
return void
            public void SomeAction(SomeActionArgs o, bool someOtherParemeter)
            {
                Assert.Fail("This should never get called");
            }
        }
ActionTests.ActionTestArgsActionMethodHasTooManyParameters