efl/src/bindings/mono/eina_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
..
eina_accessor.cs eina_mono: replace EinaAccessor and EinaIerator with IEnumerable 2019-12-17 11:34:30 -03:00
eina_array.cs csharp:Suppressing Warning and Add suffix collection. 2019-12-17 11:26:23 -03:00
eina_binbuf.cs csharp: Add licensing information. 2019-10-24 10:10:56 -03:00
eina_common.cs csharp: Fix running headless tests in dotnet 2019-11-07 22:46:15 -03:00
eina_config.cs csharp: Add licensing information. 2019-10-24 10:10:56 -03:00
eina_container_common.cs csharp: Add IEquatable on classes. 2019-11-19 01:34:15 -03:00
eina_environment.cs csharp: apply same form of "Since EFL" to all manual bindings .cs files 2019-12-17 20:18:54 +09:00
eina_error.cs csharp: Suppressing non-events Raise methods. 2019-12-17 11:26:57 -03:00
eina_hash.cs csharp:Suppressing Warning and Add suffix collection. 2019-12-17 11:26:23 -03:00
eina_inarray.cs csharp:Suppressing Warning and Add suffix collection. 2019-12-17 11:26:23 -03:00
eina_inlist.cs csharp:Suppressing Warning and Add suffix collection. 2019-12-17 11:26:23 -03:00
eina_iterator.cs eina_mono: replace EinaAccessor and EinaIerator with IEnumerable 2019-12-17 11:34:30 -03:00
eina_list.cs csharp:Suppressing Warning and Add suffix collection. 2019-12-17 11:26:23 -03:00
eina_log.cs csharp: Changing visibility of nested class/struct 2019-11-04 14:53:54 -03:00
eina_promises.cs csharp: Using Count eina_promises. 2019-10-25 13:16:57 -03:00
eina_slice.cs csharp: apply same form of "Since EFL" to all manual bindings .cs files 2019-12-17 20:18:54 +09:00
eina_strbuf.cs eina_mono: remove exceptions in unexpected locations 2019-10-28 20:33:47 -03:00
eina_stringshare.cs csharp: Specifying StringComparison. 2019-11-20 17:47:44 -03:00
eina_value.cs csharp: apply same form of "Since EFL" to all manual bindings .cs files 2019-12-17 20:18:54 +09:00
meson.build csharp: Fix running headless tests in dotnet 2019-11-07 22:46:15 -03:00