Type:Action`1: Difference between revisions

From Resonite Wiki
fix misinformation I wrote my bad
nvm im dumb
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 no 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:57, 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 returns nothing. in C# these methods are accepted readily into Tasks that run Asynchronously.