Successfully added
C#
by Jarvis
C# Generic & Non-generic Collections
C# includes specialized classes that store series of values or objects are called collections.
There are two types of collections available in C#: non-generic collections and generic collections.
The System.Collections
namespace contains the non-generic collection types and System.Collections.Generic
namespace includes generic collection types.
Additional reading at C# Generic & Non-generic Collections (tutorialsteacher.com)
Referenced in:
Leave a Comment
All fields are required. Your email address will not be published.
Comments