ArgsTests.ActionTests.ActionTestArgsActionMethodHasWrongParameterType.SomeAction C# (CSharp) 메소드

SomeAction() 공개 메소드

public SomeAction ( object o ) : void
o object
리턴 void
            public void SomeAction(object o)
            {
                Assert.Fail("This should never get called");
            }
        }
ActionTests.ActionTestArgsActionMethodHasWrongParameterType