Basic.InspectThis.Inspecter.GetOtherValues C# (CSharp) Method

GetOtherValues() private static method

private static GetOtherValues ( ) : IEnumerable
return IEnumerable
        private static IEnumerable<int> GetOtherValues()
        {
            return new[] { 1, 3, 5, 7 };
        }