Class ShouldSerializeDelegate<TRow>
Delegate type for 'should serialize'.
Inheritance
System.Object
ShouldSerializeDelegate<TRow>
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public sealed class ShouldSerializeDelegate<TRow> : MulticastDelegate
Type Parameters
Constructors
ShouldSerializeDelegate(Object, IntPtr)
Declaration
public ShouldSerializeDelegate(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(TRow, WriteContext, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(TRow instance, in WriteContext context, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| TRow |
instance |
|
| WriteContext |
context |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(WriteContext, IAsyncResult)
Declaration
public virtual bool EndInvoke(in WriteContext context, IAsyncResult result)
Parameters
| Type |
Name |
Description |
| WriteContext |
context |
|
| System.IAsyncResult |
result |
|
Returns
| Type |
Description |
| System.Boolean |
|
Invoke(TRow, WriteContext)
Declaration
public virtual bool Invoke(TRow instance, in WriteContext context)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|