We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[system.tuple[string[],string[]]]
IsPublic IsSerial Name BaseType -------- -------- ---- -------- True True Tuple`2 System.Object
(You can make this with [tuple`2].MakeGenericType(([string[]],[string[]])))
[tuple`2].MakeGenericType(([string[]],[string[]]))
At line:1 char:33 + [system.tuple[string[],string[]]] + ~ Unexpected token ']' in expression or statement. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : UnexpectedToken
> $PSVersionTable Name Value ---- ----- PSVersion 6.2.0 PSEdition Core GitCommitId 6.2.0 OS Microsoft Windows 10.0.18903 Platform Win32NT PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0
Steps to reproduce
Expected behavior
(You can make this with
[tuple`2].MakeGenericType(([string[]],[string[]])))Actual behavior
Environment data