CodeValue.CodeCommander.Tests.Mocks.TestCommand.InterpretResponse C# (CSharp) Метод

InterpretResponse() публичный Метод

public InterpretResponse ( ProcessorInput response ) : bool
response ProcessorInput
Результат bool
        public override bool InterpretResponse(ProcessorInput response)
        {
            if (_interpretResponseAction != null) return _interpretResponseAction(response);
            return false;
        }