相关文章推荐
酷酷的排球  ·  matlab中 找打一个数组 ...·  1 月前    · 
潇洒的茶叶  ·  npm run build 时报 cp ...·  4 月前    · 
强悍的红烧肉  ·  spring ...·  1 年前    · 

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge
[Android.Runtime.Register("android/annotation/SuppressLint", DoNotGenerateAcw=true)]
[System.Obsolete("Use ISuppressLint interface instead")]
public abstract class SuppressLint : Java.Lang.Object, IDisposable, Java.Interop.IJavaPeerable, Java.Lang.Annotation.IAnnotation
[<Android.Runtime.Register("android/annotation/SuppressLint", DoNotGenerateAcw=true)>]
[<System.Obsolete("Use ISuppressLint interface instead")>]
type SuppressLint = class
    inherit Object
    interface IAnnotation
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
Inheritance
SuppressLint

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object )

Causes the current thread to wait until another thread invokes the java.lang.Object#notify() method or the java.lang.Object#notifyAll() method for this object.

(Inherited from Object )

Causes the current thread to wait until either another thread invokes the java.lang.Object#notify() method or the java.lang.Object#notifyAll() method for this object, or a specified amount of time has elapsed.

(Inherited from Object )

Causes the current thread to wait until another thread invokes the java.lang.Object#notify() method or the java.lang.Object#notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.

(Inherited from Object )