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
..
Any.cs Enums use native enums in C# 2015-04-13 10:40:30 -07:00
Any.go
Any.java Seal all classes in Java/C# 2015-04-10 11:20:19 -07:00
Color.cs Enums use native enums in C# 2015-04-13 10:40:30 -07:00
Color.go Added a bit_flags attribute to enum declarations that 1<<N every value. 2014-07-21 16:40:39 -07:00
Color.java Seal all classes in Java/C# 2015-04-10 11:20:19 -07:00
Monster.cs [BREAKING CHANGE] Field accessors should use property getters in C# 2015-05-06 11:55:07 -07:00
Monster.go Seal all classes in Java/C# 2015-04-10 11:20:19 -07:00
Monster.java Seal all classes in Java/C# 2015-04-10 11:20:19 -07:00
Stat.cs [BREAKING CHANGE] Field accessors should use property getters in C# 2015-05-06 11:55:07 -07:00
Stat.go Unsigned types in Java now return bigger size signed types. 2015-03-23 17:01:33 -07:00
Stat.java Seal all classes in Java/C# 2015-04-10 11:20:19 -07:00
Test.cs [BREAKING CHANGE] Field accessors should use property getters in C# 2015-05-06 11:55:07 -07:00
Test.go
Test.java Seal all classes in Java/C# 2015-04-10 11:20:19 -07:00
Vec3.cs [BREAKING CHANGE] Field accessors should use property getters in C# 2015-05-06 11:55:07 -07:00
Vec3.go
Vec3.java Seal all classes in Java/C# 2015-04-10 11:20:19 -07:00