Eina collections replacement
Current approach
Currently C# bindings have explicit Eina
collection classes that are used in
the API. With them, an Eolian method list<int> method(int a, int b)
maps to
the following C# method: Eina.List<int> Method(int a, int b)
.