fBaseXtensions.XML.FunkyWhileTag.GetConditionExec C# (CSharp) Method

GetConditionExec() public method

public GetConditionExec ( ) : bool
return bool
        public override bool GetConditionExec()
        {
            return ScriptManager.GetCondition(Condition).Invoke();
        }