__init() public méthode

public __init ( int _i, ByteBuffer _bb ) : void
_i int
_bb ByteBuffer
Résultat void
 public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj) { return (obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
Exemple #2
0
 public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj)
 {
     return(obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }
Exemple #3
0
 public SecondTableInA GetReferToA2(SecondTableInA obj)
 {
     int o = __offset(6); return o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null;
 }
Exemple #4
0
 public SecondTableInA GetReferToA2(SecondTableInA obj)
 {
     int o = __offset(6); return(o != 0 ? obj.__init(__indirect(o + bb_pos), bb) : null);
 }