RequiresSuperAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This attribute is applied to methods that must call their base implementation when they're overridden.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class RequiresSuperAttribute : Foundation.AdviceAttribute
type RequiresSuperAttribute = class
inherit AdviceAttribute
- Inheritance
- Attributes
Remarks
This is the managed equivalent of clang's objc_requires_super attribute, and is applied to managed methods that bind such native methods.
Constructors
RequiresSuperAttribute() |
Initializes a new instance of the RequiresSuper attribute. |
Properties
Message | (Inherited from AdviceAttribute) |