예제 #1
0
 public static FConfigurable GetRootAsFConfigurable(ByteBuffer _bb, FConfigurable obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }
예제 #2
0
 public FConfigurable?ConfigurablesByKey(string key)
 {
     int o = this.__p.__offset(10); return(o != 0 ? FConfigurable.__lookup_by_key(this.__p.__vector(o), key, this.__p.bb) : null);
 }