Type:Action`1: Difference between revisions

From Resonite Wiki
m typo
m Remove the-Engine-specific description
Tag: 2017 source edit
 
Line 1: Line 1:
A type that takes 1 argument and returns nothing.
== See also ==
* [https://learn.microsoft.com/en-us/dotnet/api/system.action-1?view=net-9.0 .NET document]
{{stub}}
{{stub}}
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.


[[Category:Standard Delegate type]]
[[Category:Type]]
[[Category:Type]]

Latest revision as of 03:28, 20 April 2025

A type that takes 1 argument and returns nothing.

See also


This article or section is a Stub. You can help the Resonite Wiki by expanding it.