generic type
data type with the option of specifying type parameters
Press Enter · cited answer in seconds
0 sources
generic type
Summary
Key Facts
- generic type is a type of data type[1].
- generic type is used for generic programming[2].
- generic type's described by source is recorded as Microsoft Learn[3].
- generic type's used by is recorded as generic class[4].
- generic type's used by is recorded as generic method[5].
Body
Definition and Type
generic type is a type of data type[1].
Use and Application
generic type is used for generic programming[2]. Recorded used by include generic class[4] and generic method[5].