Search Results for

    Show / Hide Table of Contents

    Class TDynamicDelegate<T>

    The TDynamicDelegate<T> allows user-defined delegate routes bound to an System.Object reference.

    Inheritance
    System.Object
    TypeCastObject<DynamicEventDispatcher>
    TDynamicDelegate<T>
    Inherited Members
    TypeCastObject<DynamicEventDispatcher>.Cast<TObject>()
    TypeCastObject<DynamicEventDispatcher>.Cast<TObject>(TObject)
    TypeCastObject<DynamicEventDispatcher>.As<TObject>()
    TypeCastObject<DynamicEventDispatcher>.Is<TObject>(TObject)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Exiled.API.Features.DynamicEvents
    Assembly: Exiled.API.dll
    Syntax
    public class TDynamicDelegate<T> : TypeCastObject<DynamicEventDispatcher>
    Type Parameters
    Name Description
    T

    The delegate type parameter.

    Constructors

    | Improve this Doc View Source

    TDynamicDelegate()

    Initializes a new instance of the TDynamicDelegate<T> class.

    Declaration
    public TDynamicDelegate()
    | Improve this Doc View Source

    TDynamicDelegate(Object, Action<T>)

    Initializes a new instance of the TDynamicDelegate<T> class.

    Declaration
    public TDynamicDelegate(object target, Action<T> delegate)
    Parameters
    Type Name Description
    System.Object target
    System.Action<T> delegate

    Properties

    | Improve this Doc View Source

    Delegate

    Gets the TDynamicDelegate<T>'s delegate.

    Declaration
    public Action<T> Delegate { get; }
    Property Value
    Type Description
    System.Action<T>
    | Improve this Doc View Source

    Target

    Gets the TDynamicDelegate<T>'s target.

    Declaration
    public object Target { get; }
    Property Value
    Type Description
    System.Object

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX