Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Really the same concept of any other type of generic...saving time when applicable without having to explicitly define a specific class or value while remaining strong-typed. That is why they are dubbed "generics"...the same class can be used interchangably for different value types.
|