Error!
Success!

How to Use a Generic List in C#

0
kicks

How to Use a Generic List in C#  (Unpublished)

Using a Generic List in C# is an efficient method of storing a collection of variables. And probably the best part is that the List is strongly typed and casting (which degrades performance) will no longer be necessary. Your collection of variables should be of the same data type. Generic Lists were first introduced into the .NET Framework 2.0.


Kicked By:
Drop Kicked By: