Observable.MObservers Property

Definition

The list of observers.

[Android.Runtime.Register("mObservers")]
protected System.Collections.IList? MObservers { get; set; }
[<Android.Runtime.Register("mObservers")>]
member this.MObservers : System.Collections.IList with get, set

Property Value

Attributes

Remarks

The list of observers. An observer can be in the list at most once and will never be null.

Java documentation for android.database.Observable.mObservers.

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