CodeValue.CodeCommander.Tests.Mocks.TestCommand.InterpretResponse C# (CSharp) Méthode

InterpretResponse() public méthode

public InterpretResponse ( ProcessorInput response ) : bool
response ProcessorInput
Résultat bool
        public override bool InterpretResponse(ProcessorInput response)
        {
            if (_interpretResponseAction != null) return _interpretResponseAction(response);
            return false;
        }