mCleaner.Logics.Commands.CommandLogic_Ini.trueorfalse C# (CSharp) Method

trueorfalse() public method

public trueorfalse ( Func callback ) : bool
callback Func
return bool
        public bool trueorfalse(Func<bool> callback)
        {
            return callback();
        }