Discussion :: C#.Net MCQs
- Select the type argument of an open constructed type?
Answer : Option C
Explanation :
A generic type, such as Gen, is an abstraction.In C# terminology, a construct such as Gen is called an open constructed type, because the type parameter T (rather than an actual type, such as int) is specified.
Be The First To Comment