Click here to Skip to main content
15,888,461 members

Comments by Member 4627922 (Top 1 by date)

Member 4627922 3-Jul-21 2:38am View    
But why does this code work?:

Dim strings As String() = {"A", "B"}
Console.WriteLine(strings.Count.ToString)