powershell-7.2 Questions
1
Solved
Why does an implicit conversion to [byte] work, but when replacing byte by bool it no longer works?
I. e. the following works...
Add-Type -TypeDefinition @'
public readonly struct MyByte
{
private...
Taught asked 26/3, 2022 at 19:31
1
© 2022 - 2024 — McMap. All rights reserved.