1
Answer

how a var type can be an array without [ ] ?

Photo of Armin CSharp

Armin CSharp

5y
658
1
Hello Guys, I have a question about var data type
in this picture i used LINQ for copying an array to a var type and var type can hanle this situation..
why it can handle this without Brackets [ ] 
thank you ;)

Answers (1)