SyntaxFix
Write A Post
Hire A Developer
Questions
public static IEnumerable<string> GetData() { yield return "1"; yield return "2"; yield return "3"; } IEnumerable<string> m_oEnum = GetData();