{} vs [] when initializing an array in C#
Hello guys, is there a difference when we use
{} to initialize an array or if we use [] ? I read that the [] is known as a collection expression.