Searched defs:IFlatbufferObject (Results 1 – 3 of 3) sorted by relevance
22 public interface IFlatbufferObject interface
98 public T __union<T>(int offset) where T : struct, IFlatbufferObject property
35 …public TTable? Test<TTable>() where TTable : struct, IFlatbufferObject { int o = __p.__offset(20);… property