efl/src/bindings/mono
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
..
efl_mono csharp: Property Indexer implementation 2019-12-23 13:50:12 -03:00
eina_mono c#: Fixing ca2208 for Eina.List. 2019-12-23 13:17:04 -03:00
eldbus_mono csharp: Suppressing non-events Raise methods. 2019-12-17 11:26:57 -03:00
eo_mono csharp: add documentation of class Efl.Eo.Config in iwrapper 2019-12-20 09:45:42 +01:00
eolian_mono build: make bindings cross compileable 2018-12-17 17:43:08 +01:00
efl_mono.dll.config.in Fix invalid XML comment in efl_mono.dll.config 2019-12-19 18:29:44 -03:00
efl_sharp.csproj.in dotnet: Generate doc and check for warnings 2019-11-12 10:17:25 -03:00
meson.build csharp: Implement Deconstruct for structs. 2019-12-12 18:45:20 -03:00