コード例 #1
0
 protected bool HasFlag(ValidationMode mode)
 {
     return(mode.HasFlag(_mode));
 }