attribute [RemovedSince]

Description

Mark a declaration as removed starting from the specified language version.

Signature

[RemovedSince(languageVersion : int, message : String)]

Parameters

languageVersion : int

The first version from which the declaration is considered removed.

message : String

The diagnostic message to show when the declaration is used.

See also

[deprecated].