Esempio n. 1
0
 static public int Hint(IntPtr l)
 {
     try {
         ProtoBuf.ProtoReader self = (ProtoBuf.ProtoReader)checkSelf(l);
         ProtoBuf.WireType    a1;
         checkEnum(l, 2, out a1);
         self.Hint(a1);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }