Search Results for

    Show / Hide Table of Contents

    Class EnumComboBox.BuildEntriesDelegate

    Custom extension delegate used to build enum element entries layout.

    Inheritance
    System.Object
    EnumComboBox.BuildEntriesDelegate
    Namespace: FlaxEditor.GUI
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class BuildEntriesDelegate : MulticastDelegate

    Constructors

    BuildEntriesDelegate(Object, IntPtr)

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

    System.IntPtr method

    Methods

    BeginInvoke(Type, List<EnumComboBox.Entry>, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Type type, List<EnumComboBox.Entry> entries, AsyncCallback callback, object object)
    Parameters
    System.Type type

    System.Collections.Generic.List<EnumComboBox.Entry> entries

    System.AsyncCallback callback

    System.Object object

    Returns
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Type, List<EnumComboBox.Entry>)

    Declaration
    public virtual void Invoke(Type type, List<EnumComboBox.Entry> entries)
    Parameters
    System.Type type

    System.Collections.Generic.List<EnumComboBox.Entry> entries

    Extension Methods

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