efl/src/bindings
Lauro Moura 0954e501fd csharp: Property Indexer implementation
Use Indexers to use brackets, eg [i], syntax.

Keys now can be used as following:

var someVal = obj.SomeProperty[key];
obj.SomeProperty[key] = someNewVal;

And for multiple keys:

var someVal = obj.SomeProperty[(key1, key2)];
obj.SomeProperty[(key1, key2)] = someNewVal;

T8384

Reviewed-by: WooHyun Jung <wh0705.jung@samsung.com>
Differential Revision: https://phab.enlightenment.org/D10791
2019-12-23 13:50:12 -03:00
..
cxx cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03:00
js all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
luajit elua: fix error api in lua eolian bindings 2019-10-09 13:20:15 +02:00
mono csharp: Property Indexer implementation 2019-12-23 13:50:12 -03:00
meson.build charp: Require mono bindings when using dotnet 2019-12-04 17:09:06 +01:00