BADGENTYP

974

Unconstructed generic type not allowed in structure name

A non-CLS structure or record cannot contain an unconstructed generic type (e.g., MyGenericClass<T>), only a constructed generic type (e.g., MyGenericClass<int>).