Skip to content

Commit a9a8a07

Browse files
committed
Adding internal property to manual ref.
1 parent 679f4d8 commit a9a8a07

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ internal static partial class ClosedGenericMatcher
88
public static System.Type ExtractGenericInterface(System.Type queryType, System.Type interfaceType) { throw null; }
99
}
1010
}
11+
12+
namespace Microsoft.AspNetCore.Mvc.ModelBinding
13+
{
14+
public partial class ModelStateDictionary
15+
{
16+
internal int MaxRecursionDepth { get; set; }
17+
}
18+
}

0 commit comments

Comments
 (0)