Introduce TCollections.CreateEnumerable<T> method

Issue #27 resolved
Zuo Baoquan created an issue

It often happens that I would like to convert a value of TArray<T> to IEnumerable<T>. Instead of using TArrayIterator<T> in Spring.Collections.Extensions, It will be easier to introduce it in TCollections.

Comments (1)

  1. Log in to comment