CSHARP Reference: Collections
Quick reference for Collections.
CSHARP Reference — Collections
Quick summary of Collections with syntax and example.
Syntax
class Program { static void Main(){} }
Example
using System;
class Program{
static void Main(){
Console.WriteLine("Hello C#");
}
}