efl/src/bin/eolian_mono/eolian/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
..
alias_definition.hh csharp: Add more since tags to members 2019-11-26 12:40:32 -03:00
async_function_definition.hh csharp:comma have whitespace after and none before 2019-11-06 23:46:18 -03:00
blacklist.hh csharp: Property Indexer implementation 2019-12-23 13:50:12 -03:00
culture_info.hh csharp: CA1307 Add CultureInfo to generated code. 2019-11-20 18:34:08 -03:00
documentation.hh csharp: Property Indexer implementation 2019-12-23 13:50:12 -03:00
enum_definition.hh csharp: CA1717 - Add [Flags] for enums 2019-11-26 12:40:32 -03:00
events.hh eina_mono: replace EinaAccessor and EinaIerator with IEnumerable 2019-12-17 11:34:30 -03:00
function_declaration.hh csharp: Add licensing information. 2019-10-24 10:10:56 -03:00
function_definition.hh csharp: Property Indexer implementation 2019-12-23 13:50:12 -03:00
function_helpers.hh csharp: Make GetPart public. 2019-11-07 17:59:40 -03:00
function_pointer.hh csharp: FunctionPtr wrappers are not IDisposable 2019-11-15 00:09:29 -03:00
function_registration.hh csharp: Returning only method name iwrapper. 2019-10-24 19:25:35 -03:00
generation_contexts.hh csharp: Property Indexer implementation 2019-12-23 13:50:12 -03:00
helpers.hh csharp: Property Indexer implementation 2019-12-23 13:50:12 -03:00
klass.hh csharp: Property Indexer implementation 2019-12-23 13:50:12 -03:00
logging.hh csharp: Add licensing information. 2019-10-24 10:10:56 -03:00
marshall_annotation.hh csharp: Removed duplicated call_match implementations 2019-12-10 15:05:43 -03:00
marshall_type.hh csharp: Add licensing information. 2019-10-24 10:10:56 -03:00
marshall_type_impl.hh csharp: Removed duplicated call_match implementations 2019-12-10 15:05:43 -03:00
name_helpers.hh csharp: Property Indexer implementation 2019-12-23 13:50:12 -03:00
parameter.hh csharp: Property Indexer implementation 2019-12-23 13:50:12 -03:00
part_definition.hh csharp:comma have whitespace after and none before 2019-11-06 23:46:18 -03:00
struct_definition.hh csharp : add move tag info to EinaAccessor, EinaIterator converter 2019-12-17 11:34:42 -03:00
struct_fields.hh csharp: Add implicit conversion from tuples to structs. 2019-12-12 13:16:22 -03:00
type.hh csharp: Add licensing information. 2019-10-24 10:10:56 -03:00
type_impl.hh eina_mono: replace EinaAccessor and EinaIerator with IEnumerable 2019-12-17 11:34:30 -03:00
type_match.hh csharp: Removed duplicated call_match implementations 2019-12-10 15:05:43 -03:00
using_decl.hh csharp: Add licensing information. 2019-10-24 10:10:56 -03:00
utils.hh csharp: Fix helper function 2019-11-22 12:01:59 -03:00
variable_definition.hh eolian_mono: change Constants class to static class 2019-12-20 14:27:14 +09:00