Question
Select the type argument of an open constructed type?
Answer: Option C
Was this answer helpful ?
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.
Was this answer helpful ?
Submit Solution