We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dfbb6 commit 4499fcfCopy full SHA for 4499fcf
third_party/dotnet/devtools/src/generator/Templates/domain.hbs
@@ -19,7 +19,7 @@ namespace {{rootNamespace}}.{{domain.Name}}
19
/// Initializes a new instance of the {{dehumanize domain.Name}}Adapter class.
20
/// </summary>
21
/// <param name="session">The IDevToolsSession to be used with this adapter.</param>
22
- /// <exception cref="ArgumentNullException">If <paramref="session"/> is <see langword="null"/>.</exception>
+ /// <exception cref="ArgumentNullException">If <paramref name="session"/> is <see langword="null"/>.</exception>
23
public {{dehumanize domain.Name}}Adapter(IDevToolsSession session)
24
{
25
Session = session ?? throw new ArgumentNullException(nameof(session));
0 commit comments