Type:Action`1: Difference between revisions

From Resonite Wiki
add info
 
fix misinformation I wrote my bad
Line 1: Line 1:
{{stub}}
{{stub}}
A type of [[Sync Delegate]] that takes no arguments and does a thing without returning anything.
A type of [[Sync Delegate]] that takes no arguments and does a thing and sometimes returns something.
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:44, 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 no arguments and does a thing and sometimes returns something. in C# these methods are accepted readily into Tasks that run Asynchronously.