Class EventDictionary<TKey>
A dictionary of event listeners, invoked by key.
Inherited Members
Namespace: LemonEdge.Utils
Assembly: LemonEdge.Utils.dll
Syntax
public class EventDictionary<TKey> : EventDictionaryBase<TKey, Event, Action>
Type Parameters
Name | Description |
---|---|
TKey | The key type. |
Constructors
EventDictionary()
Declaration
public EventDictionary()
Methods
OnChanged(TKey)
Declaration
public void OnChanged(TKey key)
Parameters
Type | Name | Description |
---|---|---|
TKey | key |