This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.
This entity is deprecated and will be removed in a future release.

Represents an array-like collection.

The underlaying type is not neccessarily an Uno array or collection.

Allthough read-only through this interface, the array is not neccessarily immutable. Changes to the array can only happen on the UI thread. This means the UI thread can safely read properties from this array.

If the object also supports `Fuse.Reactive.IObservableArray, consumers can subscribe to the array to receive change notifications.

Location

Namespace
Fuse
Package
Fuse.Common 2.9.1
Show Uno properties and methods

Interface of IArray

Inherited from object