DesignatedInitializerAttribute 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 used to mark managed constructors that bind Objective-C initializers marked with the NS_DESIGNATED_INITIALIZER attribute.
[System.AttributeUsage(System.AttributeTargets.Constructor | System.AttributeTargets.Method)]
public class DesignatedInitializerAttribute : Attribute
type DesignatedInitializerAttribute = class
inherit Attribute
- Inheritance
-
DesignatedInitializerAttribute
- Attributes
Constructors
DesignatedInitializerAttribute() |
Initializes new DesignatedInitializer attribute. |