Ejemplo n.º 1
0
        public TableInNestedNST UnPack()
        {
            var _o = new TableInNestedNST();

            this.UnPackTo(_o);
            return(_o);
        }
Ejemplo n.º 2
0
 public static Offset <NamespaceA.NamespaceB.TableInNestedNS> Pack(FlatBufferBuilder builder, TableInNestedNST _o)
 {
     if (_o == null)
     {
         return(default(Offset <NamespaceA.NamespaceB.TableInNestedNS>));
     }
     return(CreateTableInNestedNS(
                builder,
                _o.Foo));
 }
Ejemplo n.º 3
0
 public void UnPackTo(TableInNestedNST _o)
 {
     _o.Foo = this.Foo;
 }