Show / Hide Table of Contents

Class ObjectCollection

An observable collection of ArcGIS Runtime supported objects.

Inheritance
System.Object
RuntimeCollection<System.Nullable<System.Object>>
RuntimeObservableCollection<System.Nullable<System.Object>>
ObjectCollection
Implements
IEnumerable<System.Nullable<System.Object>>
ICollection<System.Nullable<System.Object>>
IEnumerable
IList
ICollection
IReadOnlyList<System.Nullable<System.Object>>
IReadOnlyCollection<System.Nullable<System.Object>>
INotifyPropertyChanged
INotifyCollectionChanged
RuntimeObservableCollection<Nullable<Object>>.ClearItems()
RuntimeObservableCollection<Nullable<Object>>.RemoveItem(Int32)
RuntimeObservableCollection<Nullable<Object>>.InsertItem(Int32, Nullable<Object>)
RuntimeObservableCollection<Nullable<Object>>.AddRange(IEnumerable<Nullable<Object>>)
RuntimeObservableCollection<Nullable<Object>>.SetItem(Int32, Nullable<Object>)
RuntimeObservableCollection<Nullable<Object>>.MoveItem(Int32, Int32)
RuntimeObservableCollection<Nullable<Object>>.BlockReentrancy()
RuntimeObservableCollection<Nullable<Object>>.CheckReentrancy()
RuntimeObservableCollection<Nullable<Object>>.OnPropertyChanged(String)
RuntimeObservableCollection<Nullable<Object>>.OnPropertyChanged(PropertyChangedEventArgs)
RuntimeObservableCollection<Nullable<Object>>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
RuntimeObservableCollection<Nullable<Object>>.PropertyChanged
RuntimeObservableCollection<Nullable<Object>>.CollectionChanged
RuntimeCollection<Nullable<Object>>.Item[Int32]
RuntimeCollection<Nullable<Object>>.RemoveAt(Int32)
RuntimeCollection<Nullable<Object>>.Insert(Int32, Nullable<Object>)
RuntimeCollection<Nullable<Object>>.Move(Int32, Int32)
RuntimeCollection<Nullable<Object>>.IndexOf(Nullable<Object>)
RuntimeCollection<Nullable<Object>>.GetEnumerator()
RuntimeCollection<Nullable<Object>>.IsReadOnly
RuntimeCollection<Nullable<Object>>.Count
RuntimeCollection<Nullable<Object>>.Add(Nullable<Object>)
RuntimeCollection<Nullable<Object>>.Clear()
RuntimeCollection<Nullable<Object>>.Contains(Nullable<Object>)
RuntimeCollection<Nullable<Object>>.CopyTo(Nullable<Object>[], Int32)
RuntimeCollection<Nullable<Object>>.Remove(Nullable<Object>)
Namespace: Esri.ArcGISRuntime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ObjectCollection : RuntimeObservableCollection<object?>
Remarks

Used by ArcGIS Runtime to hold a collection of objects with potentially disparate types. Objects must be of types supported as primitive ArcGIS Runtime types.

Supported types:

Additionally, null values are supported.

See Also

Values

Applies to

TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15
In This Article
Back to top Copyright © 2022 Esri.