Delegate IntegerComparer.GenerateLiveValueExpressionDelegate
Namespace: ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public delegate CodeExpression GenerateLiveValueExpressionDelegate(CodeExpression target);
Parameters
System.CodeDom.CodeExpression
target
|
Returns
System.CodeDom.CodeExpression
|
Constructors
GenerateLiveValueExpressionDelegate(Object, IntPtr)
Declaration
public GenerateLiveValueExpressionDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(CodeExpression, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(CodeExpression target, AsyncCallback callback, object object)
Parameters
System.CodeDom.CodeExpression
target
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual CodeExpression EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Returns
System.CodeDom.CodeExpression
|
Invoke(CodeExpression)
Declaration
public virtual CodeExpression Invoke(CodeExpression target)
Parameters
System.CodeDom.CodeExpression
target
|
Returns
System.CodeDom.CodeExpression
|