Class ObjectCollection
An observable collection of ArcGIS Runtime supported objects.
Inheritance
System.Object
Esri.ArcGISRuntime.RuntimeCollection <System.Object >
Esri.ArcGISRuntime.RuntimeObservableCollection <System.Object >
ObjectCollection
Implements
System.Collections.Generic.IList <System.Object >
System.Collections.Generic.ICollection <System.Object >
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList <System.Object >
System.Collections.Generic.IReadOnlyCollection <System.Object >
System.Collections.Generic.IEnumerable <System.Object >
System.Collections.IEnumerable
System.ComponentModel.INotifyPropertyChanged
System.Collections.Specialized.INotifyCollectionChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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:
- System.
Boolean - System.
String - System.
Single - System.
Double - System.
SByte - System.
Int16 - System.
Int32 - System.
Int64 - System.
Byte - System.
UInt16 - System.
UInt32 - System.
UInt64 - System.
Date Time - System.
Date Time Offset - System.
Guid
Additionally, null
values are supported.
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |