Abc.NCrafts.Quizz.Questions._006.Answer2.Execute C# (CSharp) Method

Execute() private static method

private static Execute ( System.Action action ) : void
action System.Action
return void
        private static void Execute(Action action)
        {
            action();
        }
    }