NativeAttribute Constructors 
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.
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.NativeAttributeParameters
- name
- String
The name of the corresponding native enum (in case it doesn't match the managed enum's name).