The SalArray type exposes the following members.

Properties

  NameDescription
Public propertyCount
Public propertyDimensions
Returns the number of dimensions.
Public propertyIsDynamic
Returns true if the array is dynamic.
Public propertyIsEmpty
Returns true if the array is empty.
Public propertyIsMultidimensional
Returns true if the array is an MD array.
Public propertyIsSynchronized
Public propertyItem
Get/Set funtions used to access the array. The inmplemntation classes will call these mathods from their indexers.
Public propertyLength
Returns the total number of items in the array. For MD arrays returns the number of items in the first dimension.
Public propertySyncRoot

See Also