Part 3 of the C# Generics video series is now available. This time we're talking about generics in methods and delegates: C# Generics - Part 3: Methods & Delegates.
Generics are extremely useful in consolidating code. In this demo, we combine 2 methods into a single one by adding a generic type parameter. This allows the method to work with a variety of types rather than being specialized for a single interface or class.
The series will continue with upcoming videos on nested generics and generic constraints.
C# Generics (Playlist)
Happy Coding!
No comments:
Post a Comment