1 reference to KeyEnumerator
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelStateDictionary.cs (1)
1126
public KeyEnumerator GetEnumerator() => new
KeyEnumerator
(_dictionary, prefix: string.Empty);