コード例 #1
0
 public Person GetList(Person obj, int j)
 {
     int o = __offset(4); return(o != 0 ? obj.__init(__indirect(__vector(o) + j * 4), bb) : null);
 }
コード例 #2
0
ファイル: Person.cs プロジェクト: zzragida/ZeroFormatter
 public static Person GetRootAsPerson(ByteBuffer _bb, Person obj)
 {
     return(obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }