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 932d9fe commit a24e40eCopy full SHA for a24e40e
YamlDotNet/Portability/netstandard2.0+netstandard2.1/include/ReflectionExtensions.cs
@@ -62,6 +62,7 @@ public static bool IsEnum(this Type type)
62
/// Determines whether the specified type has a default constructor.
63
/// </summary>
64
/// <param name="type">The type.</param>
65
+ /// <param name="allowPrivateConstructors">Whether to include private constructors</param>
66
/// <returns>
67
/// <c>true</c> if the type has a default constructor; otherwise, <c>false</c>.
68
/// </returns>
0 commit comments