Class FormatterDelegate<TValue>
Delegate type for formatters.
Inheritance
System.Object
FormatterDelegate<TValue>
Namespace: Cesil
Assembly: Cesil.dll
public sealed class FormatterDelegate<TValue> : MulticastDelegate
Type Parameters
Constructors
Declaration
public FormatterDelegate(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(TValue, WriteContext, IBufferWriter<Char>, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(TValue value, in WriteContext context, IBufferWriter<char> writer, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| TValue |
value |
|
| WriteContext |
context |
|
| System.Buffers.IBufferWriter<System.Char> |
writer |
|
| 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(TValue, WriteContext, IBufferWriter<Char>)
Declaration
public virtual bool Invoke(TValue value, in WriteContext context, IBufferWriter<char> writer)
Parameters
| Type |
Name |
Description |
| TValue |
value |
|
| WriteContext |
context |
|
| System.Buffers.IBufferWriter<System.Char> |
writer |
|
Returns
| Type |
Description |
| System.Boolean |
|