Example #1
0
        public bool MutateAnyAmbiguousType(AnyAmbiguousAliases any_ambiguous_type)
        {
            int o = __p.__offset(94); if (o != 0)

            {
                __p.bb.Put(o + __p.bb_pos, (byte)any_ambiguous_type); return(true);
            }
            else
            {
                return(false);
            }
        }
Example #2
0
 public static void AddAnyAmbiguousType(FlatBufferBuilder builder, AnyAmbiguousAliases anyAmbiguousType)
 {
     builder.AddByte(45, (byte)anyAmbiguousType, 0);
 }