Class SetterByRefDelegate<TRow, TValue>
Delegate type for setters, where instance is passed by ref.
Inheritance
System.Object
SetterByRefDelegate<TRow, TValue>
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public sealed class SetterByRefDelegate<TRow, TValue> : MulticastDelegate
Type Parameters
| Name |
Description |
| TRow |
|
| TValue |
|
Constructors
SetterByRefDelegate(Object, IntPtr)
Declaration
public SetterByRefDelegate(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(ref TRow, TValue, ReadContext, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(ref TRow instance, TValue value, in ReadContext context, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| TRow |
instance |
|
| TValue |
value |
|
| ReadContext |
context |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(ref TRow, ReadContext, IAsyncResult)
Declaration
public virtual void EndInvoke(ref TRow instance, in ReadContext context, IAsyncResult result)
Parameters
| Type |
Name |
Description |
| TRow |
instance |
|
| ReadContext |
context |
|
| System.IAsyncResult |
result |
|
Invoke(ref TRow, TValue, ReadContext)
Declaration
public virtual void Invoke(ref TRow instance, TValue value, in ReadContext context)
Parameters
| Type |
Name |
Description |
| TRow |
instance |
|
| TValue |
value |
|
| ReadContext |
context |
|