RequiresSuperAttribute Class
Definition
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
objc_requires_super
Constructors
RequiresSuperAttribute() |
Initializes a new instance of the RequiresSuper attribute. |
Properties
Message | (Inherited from AdviceAttribute) |