Javatpoint Logo
Javatpoint Logo

C# Object Initializer

C# Object Initializer is a new way to assign values at the time of object creation. It does not require constructor call to assign fields values. Object Initializer is enclosed in braces and values are separated by commas.

In the following example, we are using object initializer to assign values.


C# Object Initializer Example

Output:


C# Collection Initializer

Collection Initializer allows us to initialize a collection type that implements IEnumerable interface. The following example implements collection initializer.


C# Collection Initializer Example

Output:







Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA