2021年4月7日星期三

What do you call these? [array][string][int]

What are these called? When scripting in powershell I can use them to set or convert the data type of my variable, but what is the term for this? Is there an official doc for these?

Example:

$var = @("hello","world")  If ($var -is [array]) { write-host "$var is an array" }  
https://stackoverflow.com/questions/66995217/what-do-you-call-these-arraystringint April 08, 2021 at 07:01AM

没有评论:

发表评论