Search Results for

    Show / Hide Table of Contents

    Class CircularBuffer<T>.ItemAddedEventHandler

    Inheritance
    System.Object
    CircularBuffer<T>.ItemAddedEventHandler
    Namespace: FlaxEngine.Collections
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class ItemAddedEventHandler : MulticastDelegate

    Constructors

    ItemAddedEventHandler(Object, IntPtr)

    Declaration
    public ItemAddedEventHandler(object object, IntPtr method)
    Parameters
    System.Object object

    System.IntPtr method

    Methods

    BeginInvoke(Object, CircularBuffer<T>.ItemAddedEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, CircularBuffer<T>.ItemAddedEventArgs e, AsyncCallback callback, object object)
    Parameters
    System.Object sender

    CircularBuffer.ItemAddedEventArgs<> e

    System.AsyncCallback callback

    System.Object object

    Returns
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    System.IAsyncResult result

    Invoke(Object, CircularBuffer<T>.ItemAddedEventArgs)

    Declaration
    public virtual void Invoke(object sender, CircularBuffer<T>.ItemAddedEventArgs e)
    Parameters
    System.Object sender

    CircularBuffer.ItemAddedEventArgs<> e

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat