DesignatedInitializerAttribute Class

Definition

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.

Applies to