Skip to content

Commit d29247d

Browse files
committed
!fixup! add another internal type to Microsoft.AspNetCore.Mvc.Core.Manual.cs
!
1 parent 30ef8db commit d29247d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Mvc/Mvc.Core/ref/Microsoft.AspNetCore.Mvc.Core.Manual.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,11 @@ public NullableCompatibilitySwitch(string name) { }
10301030
public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
10311031
public TValue? Value { get { throw null; } set { } }
10321032
}
1033+
internal static partial class ParameterDefaultValues
1034+
{
1035+
public static object[] GetParameterDefaultValues(System.Reflection.MethodInfo methodInfo) { throw null; }
1036+
public static bool TryGetDeclaredParameterDefaultValue(System.Reflection.ParameterInfo parameterInfo, out object defaultValue) { throw null; }
1037+
}
10331038
internal partial class ProblemDetailsClientErrorFactory : Microsoft.AspNetCore.Mvc.Infrastructure.IClientErrorFactory
10341039
{
10351040
public ProblemDetailsClientErrorFactory(Microsoft.AspNetCore.Mvc.Infrastructure.ProblemDetailsFactory problemDetailsFactory) { }

0 commit comments

Comments
 (0)