System.Perf.DelegateInterface.DelegateInterfaceTester.SetUp C# (CSharp) Méthode

SetUp() private méthode

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