ObservableDictionaryEventArgs<TKey,TValue>(TKey, TValue) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
ObservableDictionaryEventArgs(TKey key, TValue value);
public ObservableDictionaryEventArgs (TKey key, TValue value);
new Microsoft.IdentityServer.Management.Resources.ObservableDictionaryEventArgs<'Key, 'Value> : 'Key * 'Value -> Microsoft.IdentityServer.Management.Resources.ObservableDictionaryEventArgs<'Key, 'Value>
Public Sub New (key As TKey, value As TValue)
Parameters
- key
- TKey
- value
- TValue