Show / Hide Table of Contents

Delegate Statics.Action_ReadOnlySpan<T>

Encapsulates a method that has a single parameter and does not return a value.

Namespace: Towel
Assembly: Towel.dll
Syntax
public delegate void Action_ReadOnlySpan<T>(ReadOnlySpan<T> readOnlySpan);
Parameters
Type Name Description
ReadOnlySpan<T> readOnlySpan

The parameter of the method that this delegate encapsulates.

Type Parameters
Name Description
T

The type of the parameter of the method that this delegate encapsulates.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX