Show / Hide Table of Contents

Struct Statics.Action_ReadOnlySpan_Runtime<T>

Implements
Statics.IAction_ReadOnlySpan<T>
Namespace: Towel
Assembly: Towel.dll
Syntax
public struct Action_ReadOnlySpan_Runtime<T> : Statics.IAction_ReadOnlySpan<T>
Type Parameters
Name Description
T

Methods

| Improve this Doc View Source

Invoke(ReadOnlySpan<T>)

Declaration
public void Invoke(ReadOnlySpan<T> readOnlySpan)
Parameters
Type Name Description
ReadOnlySpan<T> readOnlySpan

Operators

| Improve this Doc View Source

Implicit(Statics.Action_ReadOnlySpan<T> to Statics.Action_ReadOnlySpan_Runtime<T>)

Wraps an Statics.Action_ReadOnlySpan<T> in an Statics.Action_ReadOnlySpan_Runtime<T>.

Declaration
public static implicit operator Statics.Action_ReadOnlySpan_Runtime<T>(Statics.Action_ReadOnlySpan<T> action)
Parameters
Type Name Description
Statics.Action_ReadOnlySpan<T> action

The Statics.Action_ReadOnlySpan<T> wrapped in an Statics.Action_ReadOnlySpan_Runtime<T>.

Returns
Type Description
Statics.Action_ReadOnlySpan_Runtime<T>

Implements

Statics.IAction_ReadOnlySpan<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX