Skip to content

Commit a24e40e

Browse files
committed
Fix a warning about missing xml comment on allowPrivateConstructors argument
1 parent 932d9fe commit a24e40e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

YamlDotNet/Portability/netstandard2.0+netstandard2.1/include/ReflectionExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public static bool IsEnum(this Type type)
6262
/// Determines whether the specified type has a default constructor.
6363
/// </summary>
6464
/// <param name="type">The type.</param>
65+
/// <param name="allowPrivateConstructors">Whether to include private constructors</param>
6566
/// <returns>
6667
/// <c>true</c> if the type has a default constructor; otherwise, <c>false</c>.
6768
/// </returns>

0 commit comments

Comments
 (0)