Čítať v angličtine Upraviť

Zdieľať cez


StringExtensions.SpanAction<T,TArg> Delegate

Definition

C#
public delegate void StringExtensions.SpanAction<T,in TArg>(Span<T> span, TArg arg);

Type Parameters

T
TArg
This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.

Parameters

span
Span<T>
arg
TArg

Applies to

Produkt Verzie
.NET Framework 4.7.2 (package-provided)