Type:Action`1: Difference between revisions

From Resonite Wiki
fix misinformation I wrote my bad
m typo
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
A type of [[Sync Delegate]] that takes no arguments and does a thing and sometimes returns something.
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]]

Latest 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.