Menu

keywords-where

Will Pittenger

Used to create restrictions on type parameters for generic types. These restrictions can include something as simple as "must be a class" to "must derive from TypeX". For more on generics, see the section [Generics]. Related keywords include extends and base.


Related

Wiki: Generics
Wiki: Keywords
Wiki: keywords-base
Wiki: keywords-extends