System.Perf.DelegateInterface.DelegateInterfaceTester.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( int index, IMethodCaller mc ) : void
index int
mc IMethodCaller
return void
        public void SetUp(int index, IMethodCaller mc)
        {
            mc.SetMethod(new MethodCall(), CallCount(index));
        }