- Powershell Core 6.2 Cookbook
- Jan Hendrik Peters
- 45字
- 2021-06-24 15:14:36
[ref], [out], and delegates
You can introduce more .NET into scripts by using more advanced techniques, such as delegate methods. This recipe will also show you what [ref] and [out] types are and what to do when an object method expects such data types.