SuppressWarningsAttribute.Value Property

Definition

Gets or sets the compiler warning names suppressed by this attribute.

[Android.Runtime.Register("value")]
public string[]? Value { get; set; }
[<Android.Runtime.Register("value")>]
member this.Value : string[] with get, set

Property Value

String[]

The compiler warning names suppressed by this attribute.

Attributes

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