Generics

  • Feb- 2020 -
    22 February
    .Net

    Generic in C#

    In c#, generic is a type which is used to define a class,structure,interface or method with a placeholders (type parameters) to indicate that they can store…

    Read More »
Back to top button