SuppressWarningsAttribute Class

Definition

Represents the Java SuppressWarnings annotation.

[Android.Runtime.Annotation("java.lang.SuppressWarnings")]
public class SuppressWarningsAttribute : Attribute
[<Android.Runtime.Annotation("java.lang.SuppressWarnings")>]
type SuppressWarningsAttribute = class
    inherit Attribute
Inheritance
SuppressWarningsAttribute
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.

Constructors

Name Description
SuppressWarningsAttribute()

Initializes a new instance of SuppressWarningsAttribute.

Properties

Name Description
Value

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

Applies to