Open GoogleCodeExporter opened 9 years ago
DataFormat is a named (rather than positional) member; I am not a VB expert,
but in C# the syntax would be
[ProtoMember(1, DataFormat = DataFormat.ZigZag)]
This then seems to be a VB syntax question. I can try to find the correct
syntax if you want.
Original comment by marc.gravell
on 4 Oct 2011 at 4:05
Oh, it would be great if you could find the correct syntax for me! But I am not
sure that named members can ever be addressed this way within VB.
Original comment by maikstoe...@googlemail.com
on 4 Oct 2011 at 4:33
Please excuse the circumstances! I have found the correct syntax now:
<ProtoMember(1, DataFormat:=DataFormat.ZigZag)>
Best greetings!
Original comment by maikstoe...@googlemail.com
on 4 Oct 2011 at 4:44
Original issue reported on code.google.com by
maikstoe...@googlemail.com
on 4 Oct 2011 at 2:04