efl/src/bin/eolian_mono
Yeongjong Lee f90a97470d eina_mono: replace EinaAccessor and EinaIerator with IEnumerable
Summary:
Eina.Accessor<T> => System.Collections.IEnumerable<T>
Eina.Iterator<T> => System.Collections.IEnumerable<T>

Unit test will work with D10879.

ref T8486

Test Plan: meson build -Dbindings=mono,cxx -Dmono-beta=true

Reviewers: lauromoura

Reviewed By: lauromoura

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8486

Differential Revision: https://phab.enlightenment.org/D10878
2019-12-17 11:34:30 -03:00
..
eolian/mono eina_mono: replace EinaAccessor and EinaIerator with IEnumerable 2019-12-17 11:34:30 -03:00
.gitignore eolian_mono: Added code for eolian_mono generator 2017-12-04 15:47:50 -03:00
eolian_mono.cc csharp: Suppress CA2000 in native wrappers. 2019-11-15 00:07:11 -03:00