Class StaticShouldSerializeDelegate
Delegate type for 'should serialize' that don't take a row.
Inheritance
System.Object
StaticShouldSerializeDelegate
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public sealed class StaticShouldSerializeDelegate : MulticastDelegate
Constructors
StaticShouldSerializeDelegate(Object, IntPtr)
Declaration
public StaticShouldSerializeDelegate(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(WriteContext, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(in WriteContext context, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
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(WriteContext)
Declaration
public virtual bool Invoke(in WriteContext context)
Parameters
Returns
Type |
Description |
System.Boolean |
|