__init() public method

public __init ( int _i, ByteBuffer _bb ) : void
_i int
_bb ByteBuffer
return void
Ejemplo n.º 1
0
 public static TableInC GetRootAsTableInC(ByteBuffer _bb, TableInC obj)
 {
     return(obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }
Ejemplo n.º 2
0
 public static TableInC GetRootAsTableInC(ByteBuffer _bb, TableInC obj)
 {
     return (obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }