Files
flatbuffers/tests/MyGame/Example
Mormegil 0ee1b99c5d [BREAKING CHANGE] Field accessors should use property getters in C#
In C#, plain field accessors should not be nonparametric methods
but should be standard property getters.

The accessor methods with parameters were renamed to `GetXxx`
because a method cannot be named identically to a property.

Also, `ByteBuffer.Position`, `FlatBufferBuilder.Offset` and
`FlatBufferBuilder.DataBuffer` are now properties instead
of nonparametric accessor methods, for more idiomatic C# style.

This is a breaking change, all client C# code accessing these
fields needs to be changed (i.e. remove those `()` or add the
`Get` prefix).

Issue: #77
Change-Id: Iaabe9ada076e5ea2c69911cf6170fdda2df3487e
2015-05-06 11:55:07 -07:00
..
2015-04-13 10:40:30 -07:00
2014-07-21 16:40:39 -07:00
2015-04-10 11:20:19 -07:00
2015-04-13 10:40:30 -07:00
2015-04-10 11:20:19 -07:00
2015-04-10 11:20:19 -07:00
2015-04-10 11:20:19 -07:00
2015-04-10 11:20:19 -07:00
2014-07-21 16:40:39 -07:00
2015-04-10 11:20:19 -07:00
2014-07-21 16:40:39 -07:00
2015-04-10 11:20:19 -07:00