The SalFunctionalClass..::..Array type exposes the following members.

Properties

  NameDescription
Public propertyCount (Inherited from SalArray.)
Public propertyDimensions
Returns the number of dimensions.
(Inherited from SalArray.)
Public propertyIsDynamic
Returns true if the array is dynamic.
(Inherited from SalArray.)
Public propertyIsEmpty
Returns true if the array is empty.
(Inherited from SalArray.)
Public propertyIsMultidimensional
Returns true if the array is an MD array.
(Inherited from SalArray.)
Public propertyIsSynchronized (Inherited from SalArray.)
Public propertyItem (Inherited from SalArray<(Of <(<'T>)>)>.)
Public propertyLength
Returns the total number of items in the array. For MD arrays returns the number of items in the first dimension.
(Inherited from SalArray.)
Public propertySyncRoot (Inherited from SalArray.)

See Also