예제 #1
0
 public ExceptionBuilder SetDetermineStatement(bool value)
 {
     _method.SetDetermineStatement(value);
     return(this);
 }