StringExtensions.SpanAction<T,TArg> Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public: generic <typename T, typename TArg>
delegate void StringExtensions::SpanAction(Span<T> span, TArg arg);
public delegate void StringExtensions.SpanAction<T,in TArg>(Span<T> span, TArg arg);
type StringExtensions.SpanAction<'T, 'Arg> = delegate of Span<'T> * 'Arg -> unit
Public Delegate Sub StringExtensions.SpanAction(Of T, In TArg)(span As Span(Of T), arg As TArg)
Type Parameters
- T
- TArg
Parameters
- span
- Span<T>
- arg
- TArg
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.