7 lines
71 B
C#
7 lines
71 B
C#
// CS1675: Enums cannot have type parameters
|
|
// Line: 4
|
|
|
|
enum E<T>
|
|
{
|
|
}
|