--- layout: stdlib-reference --- # 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](../types/string-0/index.html)
The diagnostic message to show when the declaration is used.
## See also
[deprecated].