ExportAttribute Constructors

Definition

Overloads

ExportAttribute()
ExportAttribute(String)

Creates a new instance of this type.

ExportAttribute()

public ExportAttribute ();

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ExportAttribute(String)

Creates a new instance of this type.

public ExportAttribute (string name);
new Java.Interop.ExportAttribute : string -> Java.Interop.ExportAttribute

Parameters

name
String

The field name that becomes P:Java.Introp.ExportFieldAttribute.Name value.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to