Hey guys.

Hey guys.
Is there a way of using TEnumerable (for example, TList) instead of IEnumerable in the function string.Join()?

Comments

  1. I can't understand why we need IEnumerable when all RTL collections are TEnumerable?.. And they are not compatible?..

    ReplyDelete
  2. If you implement IEnumerable, you can create collections of your own design, and still be enumerable.

    ReplyDelete

Post a Comment