eina_mono: replace eina_list and eina_array with IList
authorYeongjong Lee <yj34.lee@samsung.com>
Tue, 14 Jan 2020 08:17:04 +0000 (17:17 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 14 Jan 2020 21:25:54 +0000 (06:25 +0900)
commit2bf2869e61ff84ba996d1cc191243802db9087ef
tree799804d0568d1dd0e9802345578fd6dde41f6487
parent745a287d7c907502e074d7b6e246592ddea33c8b
eina_mono: replace eina_list and eina_array with IList

Summary:
Eina.List<T> => System.Collections.Generic.IList<T>
Eina.Array<T> => System.Collections.Generic.IList<T>

ref T8486

Depends On D10785

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

Reviewers: felipealmeida, Jaehyun_Cho

Reviewed By: Jaehyun_Cho

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8486, T8488

Differential Revision: https://phab.enlightenment.org/D10902
src/bin/eolian_mono/eolian/mono/events.hh
src/bin/eolian_mono/eolian/mono/parameter.hh
src/bin/eolian_mono/eolian/mono/struct_definition.hh
src/bin/eolian_mono/eolian/mono/type_impl.hh
src/bindings/mono/efl_mono/efl_csharp_application.cs
src/bindings/mono/eo_mono/iwrapper.cs
src/tests/efl_mono/Eina.cs
src/tests/efl_mono/Events.cs
src/tests/efl_mono/StructHelpers.cs