Delegate Operator.ZeroFunc
Namespace: Telerik.Data.Expressions
Assembly: Telerik.WinControls.dll
Syntax
public delegate object ZeroFunc();
Returns
System.Object
|
Constructors
ZeroFunc(Object, IntPtr)
Declaration
public ZeroFunc(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
Parameters
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual object EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Returns
System.Object
|
Invoke()
Declaration
public virtual object Invoke()
Returns
System.Object
|