Show / Hide Table of Contents

Class ObjectCollection

An observable collection of ArcGIS Runtime supported objects.

Inheritance
Object
Esri.ArcGISRuntime.RuntimeCollection<Object>
Esri.ArcGISRuntime.RuntimeObservableCollection<Object>
ObjectCollection
Implements
IList<Object>
ICollection<Object>
IList
ICollection
IReadOnlyList<Object>
IReadOnlyCollection<Object>
IEnumerable<Object>
IEnumerable
INotifyPropertyChanged
INotifyCollectionChanged
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ObjectCollection : RuntimeObservableCollection<object>, IList<object>, ICollection<object>, IList, ICollection, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IEnumerable, INotifyPropertyChanged, INotifyCollectionChanged
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:

  • Boolean
  • String
  • Single
  • Double
  • SByte
  • Int16
  • Int32
  • Int64
  • Byte
  • UInt16
  • UInt32
  • UInt64
  • DateTime
  • DateTimeOffset
  • Guid

Additionally, null values are supported.

See Also

Values

Applies to

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