create object in c#

C#
// The className() is a call
// to the constructor
className ObjectName = new className();   

Source

Also in C#: