ReadOnlyDictionaryAssertions<TDictionary, TKey, TValue> Constructors
Provides assertions for read-only dictionary values.
public ReadOnlyDictionaryAssertions(TDictionary value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | TDictionary | The dictionary to assert on. |