Class SpanAction<T>
A function which receives a Span<T>
Inheritance
- Object
- SpanAction<T>
Declaration
public sealed class SpanAction<T> : MulticastDelegate
Type Parameters
Name | Description |
---|---|
T |
The type of objects in the span |
Constructors
SpanAction(Object, IntPtr)
Declaration
public SpanAction(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
object |
||
method |
Methods
BeginInvoke(Span<T>, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Span<T> span, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
Span<T> |
span |
|
callback |
||
object |
Returns
Type | Description |
---|---|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
result |
Invoke(Span<T>)
Declaration
public virtual void Invoke(Span<T> span)
Parameters
Type | Name | Description |
---|---|---|
Span<T> |
span |