CreateOptionDelegate<T>class

objectMulticastDelegateCreateOptionDelegate<T>
Namespace
global
Assembly
Sandbox.Tools
Declaration
public sealed class Editor.Menu.CreateOptionDelegate<T> : System.MulticastDelegate

Constructors1

Showing 1 constructors

public CreateOptionDelegate<T>(object object, System.IntPtr method)PUBLICCONSTRUCTOR

ParameterTypeDescription
objectobject
methodIntPtr

Methods3

Showing 3 methods

public virtual System.IAsyncResult BeginInvoke(Editor.Menu parent, Editor.Menu.PathElement display, T value, System.AsyncCallback callback, object object)PUBLICVIRTUAL

ParameterTypeDescription
parentMenu
displayPathElement
valueT
callbackAsyncCallback
objectobject
Returns:IAsyncResult

public virtual void EndInvoke(System.IAsyncResult result)PUBLICVIRTUAL

ParameterTypeDescription
resultIAsyncResult
Returns:void

public virtual void Invoke(Editor.Menu parent, Editor.Menu.PathElement display, T value)PUBLICVIRTUAL

ParameterTypeDescription
parentMenu
displayPathElement
valueT
Returns:void

On this page