Hey guys. Get link Facebook X Pinterest Email Other Apps - August 23, 2015 Hey guys.Is there a way of using TEnumerable (for example, TList) instead of IEnumerable in the function string.Join()? Get link Facebook X Pinterest Email Other Apps Comments N. PravdinAugust 23, 2015 at 9:52 AMI can't understand why we need IEnumerable when all RTL collections are TEnumerable?.. And they are not compatible?..ReplyDeleteRepliesReplyLars FosdalAugust 23, 2015 at 11:31 AMIf you implement IEnumerable, you can create collections of your own design, and still be enumerable.ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
I can't understand why we need IEnumerable when all RTL collections are TEnumerable?.. And they are not compatible?..
ReplyDeleteIf you implement IEnumerable, you can create collections of your own design, and still be enumerable.
ReplyDelete