SealedAttribute Type
Adding this attribute to class definition makes it sealed, which means it may not be extended or implemented.
Constructors
Constructor |
Description
|
Full Usage:
SealedAttribute(value)
Parameters:
bool
-
Indicates whether the class is sealed.
Returns: SealedAttribute
SealedAttribute
|
Creates an instance of the attribute
|
|
Creates an instance of the attribute.
|
Instance members
Instance member |
Description
|
|
The value of the attribute, indicating whether the type is sealed or not.
|