• Mormegil's avatar
    [BREAKING CHANGE] Field accessors should use property getters in C# · 0ee1b99c
    Mormegil authored
    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
    0ee1b99c
Name
Last commit
Last update
..
FlatBuffers.Test Loading commit data...
MyGame/Example Loading commit data...
prototest Loading commit data...
GoTest.sh Loading commit data...
JavaTest.bat Loading commit data...
JavaTest.java Loading commit data...
JavaTest.sh Loading commit data...
go_test.go Loading commit data...
include_test1.fbs Loading commit data...
include_test2.fbs Loading commit data...
monster_test.fbs Loading commit data...
monster_test_generated.h Loading commit data...
monsterdata_test.golden Loading commit data...
monsterdata_test.json Loading commit data...
monsterdata_test.mon Loading commit data...
test.cpp Loading commit data...