示例#1
0
 public override bool IsValid()
 {
     return(Short.IsValid() && this.Long.IsValid() && this.Signal.IsValid());
 }