How to Use a Generic List in C#(victorchen.info)
submitted by
thevictorchen(45) 3 years, 7 months ago
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.
|category: C#
|Views: 31
tags:
C# another
Everyones tags:
Your Tags: