Click or drag to resize

IArrayT Interface

Represents a mutable array-like collection with indexed access.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IArray<T>

Type Parameters

T
The element type.

The IArrayT type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of elements contained in the array.
Public propertyItem Gets or sets the element at the specified index.
Top
See Also