StringExtensions.SpanAction<T,TArg> Delegate
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);
C#
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)
- T
- TArg
- span
- Span<T>
- arg
- TArg
Product | Versions |
---|---|
.NET Framework | 4.7.2 (package-provided) |
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.
.NET feedback
.NET is an open source project. Select a link to provide feedback: