Appccelerate.EvaluationEngine.Extensions.EmptyLogExtension.FoundAnswer C# (CSharp) Метод

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

Logs the found answer together with information how it was found.
public FoundAnswer ( Context context ) : void
context Context The context.
Результат void
        public void FoundAnswer(Context context)
        {
        }
    }
EmptyLogExtension