BinarySerializer icon indicating copy to clipboard operation
BinarySerializer copied to clipboard

Indexer support in binding paths

Open jefffhaynes opened this issue 7 years ago • 1 comments

It would be nice if path syntax supported indexers for collection binding

jefffhaynes avatar Jul 28 '16 04:07 jefffhaynes

Can you also add a range like expression for bindings, because there's a lot of cases where there's 2 arrays/lists in which one contains the offset and the other contains the actual data so it would help to have something like FieldOffset("OffsetList", IterateType.All) and it will use the value in the list at the index of the current item

Waelwindows avatar May 14 '18 22:05 Waelwindows