generics (n)~ A feature of the common language runtime conceptually si…
페이지 정보
본문
generics (n)~ A feature of the common language runtime conceptually similar to C++ templates that allows classes structures interfaces and methods to have placeholders (generic type parameters) for the data types they store and manipulate. Generic types are a form of parameterized types.