efl/src/bindings
João Paulo Taylor Ienczak Zanette ca3a913375 csharp: Implement Deconstruct for structs.
Summary:
Usage example:

```
var (x, y) = somePos2D;
```

Not available on Mono environment due to [`mcs` not implementing
it](a3de0304a1/mcs/mcs/tuples.cs (L590)).
To keep tests from breaking because of it, a `MONO` preprocessor variable is
defined and checked during test compilation.

Ref T8489.

Reviewers: brunobelo, lauromoura, segfaultxavi

Reviewed By: lauromoura

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8489

Differential Revision: https://phab.enlightenment.org/D10809
2019-12-12 18:45:20 -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: Implement Deconstruct for structs. 2019-12-12 18:45:20 -03:00
meson.build charp: Require mono bindings when using dotnet 2019-12-04 17:09:06 +01:00