AspNet5.Controllers.TestExceptionController.GetNoException C# (CSharp) Метод

GetNoException() приватный Метод

private GetNoException ( ) : IEnumerable
Результат IEnumerable
        public IEnumerable<string> GetNoException()
        {
            _logger.LogInformation("Executing Http GetNoException");
            return new string[] { "test data one", "test data two" };
        }