So we can use Eina.Array as a Collections.Generic interface.
Despite the name, IList<T> is just a random access interface. It does not assume anything about the items layout in the memory (i.e. if they are a contiguous array or a linked list).
So we can use Eina.Array as a Collections.Generic interface.
Despite the name, IList<T> is just a random access interface. It does not assume anything about the items layout in the memory (i.e. if they are a contiguous array or a linked list).
Status | Assigned | Task | ||
---|---|---|---|---|
Open | None | T7356 EO: Support elm_config APIs | ||
Open | felipealmeida | T7204 Discussion about C# binding syntax | ||
Open | None | T8486 C#: Use System.Collection instead of Eina classes in C# API | ||
Resolved | brunobelo | T8488 C#: Implement `IList<T>` for `Eina.Array` |
I'd say so.
(hint: no need to create links to tasks, patches or commits in phab, just write D10785 or 47407478e8d2 and it gets automatically linked.)