Syntax Element: removed

Description

Eliminates an inherited trait from a design element.

Example

This keyword is highlighted like this.
You can click on keywords and concepts in blue.
handpublic table Foo
{
  public column Bar;
}
public table Foo2 : Foo
{
  // Foo2.Bar should not be a valid target of any coupling
  removed Bar;
}

Related Use Cases

Other Actions

documentation | all examples for this syntax element | all examples | use cases | concepts | keywords