Ejemplo n.º 1
0
 static public int get_MemberName(IntPtr l)
 {
     try {
         ProtoBuf.ProtoPartialIgnoreAttribute self = (ProtoBuf.ProtoPartialIgnoreAttribute)checkSelf(l);
         pushValue(l, true);
         pushValue(l, self.MemberName);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Ejemplo n.º 2
0
 static public int constructor(IntPtr l)
 {
     try {
         ProtoBuf.ProtoPartialIgnoreAttribute o;
         System.String a1;
         checkType(l, 2, out a1);
         o = new ProtoBuf.ProtoPartialIgnoreAttribute(a1);
         pushValue(l, true);
         pushValue(l, o);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }