You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// A wrapper around <see cref="Type"/> that ensures a trimmed application will preserve the type's public default constructor.
100
100
/// </summary>
101
-
/// <param name="type">The wrapped type. A type that does not declare a public default constructor may still be wrapped, but may result in a runtime error later.</param>
/// Initializes a new instance of the <see cref="TypeWithDefaultConstructor"/> struct.
105
+
/// </summary>
106
+
/// <param name="type">The wrapped type. A type that does not declare a public default constructor may still be wrapped, but may result in a runtime error later.</param>
0 commit comments