I read the C++ version of this question but didn\'t really understand it.
Can someone please explain clearly if it can be done and how?
you can try this
public IEnumerable Get() { return new string[] { "value1", "value2" }; }