types? string[] vs [string]
those arent the same i think. [string] is a tuple and only 1 string string[] is an array, any amount but all elements have to be string
Tuple are just array with two values no?
No, tuple is array with specified length
readonly string[] if you can 😛
Обсуждают сегодня