Implemented interface member:
property
this
System.Collections.Generic.IDictionary<TKey, TValue>.this[TKey]
2 writes to
System.Web (2)
ModelBinding\ModelStateDictionary.cs (2)
110this[key] = modelState; 131this[entry.Key] = entry.Value;