NativeAttribute Constructors

Definition

Overloads

NativeAttribute()

Initializes a new Native attribute.

NativeAttribute(String)

Initializes a new Native attribute.

NativeAttribute()

Initializes a new Native attribute.

public NativeAttribute ();

Applies to

NativeAttribute(String)

Initializes a new Native attribute.

public NativeAttribute (string name);
new ObjCRuntime.NativeAttribute : string -> ObjCRuntime.NativeAttribute

Parameters

name
String

The name of the corresponding native enum (in case it doesn't match the managed enum's name).

Applies to