示例#1
0
 public MethodDoc AddException(ExceptionDoc exception)
 => WithExceptions(Exceptions.Add(exception));
示例#2
0
 public PropertyDoc AddException(ExceptionDoc exception)
 => WithExceptions(Exceptions.Add(exception));
示例#3
0
 public EventDoc AddException(ExceptionDoc exception)
 => WithExceptions(Exceptions.Add(exception));