Update refs

This commit is contained in:
Ryan Brandenburg 2019-06-19 11:06:40 -07:00
parent c7b401ffd7
commit aeaa0376d1
1 changed files with 1 additions and 0 deletions

View File

@ -2320,6 +2320,7 @@ namespace Microsoft.AspNetCore.Mvc.ModelBinding
public static string CreateIndexModelName(string parentName, int index) { throw null; }
public static string CreateIndexModelName(string parentName, string index) { throw null; }
public static string CreatePropertyModelName(string prefix, string propertyName) { throw null; }
public static Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata GetPathMetadata(Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata metadata, string path) { throw null; }
}
public abstract partial class ObjectModelValidator : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IObjectModelValidator
{