Type:Action`1: Difference between revisions

From Resonite Wiki
nvm im dumb
m typo
Line 1: Line 1:
{{stub}}
{{stub}}
A type of [[Sync Delegate]] that takes no arguments and returns nothing.
A type of [[Sync Delegate]] that takes 1 or more arguments and returns nothing.
in C# these methods are accepted readily into Tasks that run Asynchronously.
in C# these methods are accepted readily into Tasks that run Asynchronously.


[[Category:Type]]
[[Category:Type]]

Revision as of 17:58, 19 October 2024

This article or section is a Stub. You can help the Resonite Wiki by expanding it. A type of Sync Delegate that takes 1 or more arguments and returns nothing. in C# these methods are accepted readily into Tasks that run Asynchronously.