public Validator.Level SetLevel(Validator.Level level) { Validator.Level oldLevel = this.level; this.level = level; return(oldLevel); }
private Message Bytes2msg(sbyte[] buf, Validator.Level level) { return(Bytes2msg((byte[])(Array)buf, level)); }
public Validator.Level SetLevel(Validator.Level level) { throw new Exception("The method or operation is not implemented."); }
private Message Bytes2msg(byte[] buf, Validator.Level level) { BinaryTaggedDataInput btdi = new BinaryTaggedDataInput(vf, "none:"); return(btdi.ReadMessage(new FlexBuffer(buf))); }