TuplePackers.SpanEncoder<T>
Namespace: SnowBank.Data.Tuples.Binary · delegate
Implements: MulticastDelegate, ICloneable, ISerializable
Delegate that writes a value of type T into a TupleWriter
Constructors
SpanEncoder<T>
SpanEncoder<T>(object object, IntPtr method)
Methods
BeginInvoke
IAsyncResult BeginInvoke(ref TupleSpanWriter writer, in T value, AsyncCallback callback, object object)
EndInvoke
bool EndInvoke(ref TupleSpanWriter writer, in T value, IAsyncResult result)
Invoke
bool Invoke(ref TupleSpanWriter writer, in T value)