Exemplo n.º 1
0
    public KeywordsInTableT UnPack()
    {
        var _o = new KeywordsInTableT();

        this.UnPackTo(_o);
        return(_o);
    }
Exemplo n.º 2
0
 public static Offset <KeywordsInTable> Pack(FlatBufferBuilder builder, KeywordsInTableT _o)
 {
     if (_o == null)
     {
         return(default(Offset <KeywordsInTable>));
     }
     return(CreateKeywordsInTable(
                builder,
                _o.Is,
                _o.Private,
                _o.Type));
 }
Exemplo n.º 3
0
 public static KeywordsInUnionUnion Frominternal(KeywordsInTableT _internal)
 {
     return(new KeywordsInUnionUnion {
         Type = KeywordsInUnion.internal_, Value = _internal
     });
 }
Exemplo n.º 4
0
 public static KeywordsInUnionUnion Fromstatic(KeywordsInTableT _static)
 {
     return(new KeywordsInUnionUnion {
         Type = KeywordsInUnion.static_, Value = _static
     });
 }
Exemplo n.º 5
0
 public void UnPackTo(KeywordsInTableT _o)
 {
     _o.Is      = this.Is;
     _o.Private = this.Private;
     _o.Type    = this.Type;
 }