Skip to content

Commit d803365

Browse files
committed
add xml comment docs
1 parent ad352ae commit d803365

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Smdn.Net.MuninNode/Smdn.Net.MuninNode/MuninNodeOptions.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,15 @@ public MuninNodeOptions Clone()
124124
=> (MuninNodeOptions)MemberwiseClone();
125125
#endif
126126

127+
/// <summary>
128+
/// Configure this instance to have the same values as the instance passed as an argument.
129+
/// </summary>
130+
/// <param name="baseOptions">
131+
/// A <see cref="MuninNodeOptions"/> that holds the values that are used to configure this instance.
132+
/// </param>
133+
/// <exception cref="ArgumentNullException">
134+
/// <paramref name="baseOptions"/> is <see langword="null"/>.
135+
/// </exception>
127136
protected internal virtual void Configure(MuninNodeOptions baseOptions)
128137
{
129138
if (baseOptions is null)

0 commit comments

Comments
 (0)