Search Results for

    Show / Hide Table of Contents

    Class EventDictionary<TKey>

    A dictionary of event listeners, invoked by key.

    Inheritance
    object
    EventDictionaryBase<TKey, Event, Action>
    EventDictionary<TKey>
    Inherited Members
    EventDictionaryBase<TKey, Event, Action>.Listeners
    EventDictionaryBase<TKey, Event, Action>.AddListener(TKey, Action)
    EventDictionaryBase<TKey, Event, Action>.RemoveListener(TKey, Action)
    EventDictionaryBase<TKey, Event, Action>.Clear(TKey)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.