Appccelerate.StateMachine.Machine.Syntax.SyntaxTest.AGuard C# (CSharp) 메소드

AGuard() 개인적인 메소드

private AGuard ( string argument ) : bool
argument string
리턴 bool
        private bool AGuard(string argument)
        {
            return true;
        }
    }