implementsClause property
ImplementsClause?
get
implementsClause
Returns the implements
clause for the enumeration, or null
if the
enumeration does not implement any interfaces.
Implementation
ImplementsClause? get implementsClause;