isSimplyBounded property
bool
get
isSimplyBounded
If the element defines a type, indicates whether the type may safely appear without explicit type parameters as the bounds of a type parameter declaration.
If the element does not define a type, returns true
.
Implementation
bool get isSimplyBounded;