示例#1
0
        public ColorTestTableT UnPack()
        {
            var _o = new ColorTestTableT();

            this.UnPackTo(_o);
            return(_o);
        }
示例#2
0
 public static Offset <global::NamespaceA.NamespaceB.ColorTestTable> Pack(FlatBufferBuilder builder, ColorTestTableT _o)
 {
     if (_o == null)
     {
         return(default(Offset <global::NamespaceA.NamespaceB.ColorTestTable>));
     }
     return(CreateColorTestTable(
                builder,
                _o.Color));
 }
示例#3
0
 public void UnPackTo(ColorTestTableT _o)
 {
     _o.Color = this.Color;
 }