SalArray
PPJ.Runtime.SalArray
public class SalArray : IList, ICollection, IEnumerable, IXmlSerializable, ISalTypePublic Class SalArray
Inherits IList
Implements ICollection, IEnumerable, IXmlSerializable, ISalTypeProperties
Count
Dimensions
IsDynamic
IsEmpty
IsMultidimensional
IsSynchronized
Item(indices)
Length
SyncRoot
Methods
Add(value)
Parameter
Type
Description
AddRange(collection)
Parameter
Type
Description
Avg()
Clear()
CopyTo(array, index)
Parameter
Type
Description
DimCount()
DimCount(nDim)
Parameter
Type
Description
Fill(value, count)
Parameter
Type
Description
Find(value, start)
Parameter
Type
Description
FromNativeArray(array)
Parameter
Type
Description
FromNativeArray(array, dbType)
Parameter
Type
Description
GetArray(capacity)
Parameter
Type
Description
GetElementType()
GetEnumerator()
GetLength(dim)
Parameter
Type
Description
GetLowerBound(dim)
Parameter
Type
Description
GetLowerBound(dim, lbound)
Parameter
Type
Description
GetUpperBound(dim)
Parameter
Type
Description
GetUpperBound(dim, ubound)
Parameter
Type
Description
Insert(index)
Parameter
Type
Description
MakeDynamic()
Max()
Min()
QueryBounds(min, max)
Parameter
Type
Description
Remove(index)
Parameter
Type
Description
Reset()
SetBounds(lower, upper)
Parameter
Type
Description
SetLength(dim, length)
Parameter
Type
Description
SetLowerBound(dim, bound)
Parameter
Type
Description
SetUpperBound(dim, bound)
Parameter
Type
Description
Sort(index, count, comparer)
Parameter
Type
Description
Sort(comparer)
Parameter
Type
Description
Sum()
ToNativeArray()
Inherited By
Name
Description
Implements
Name
Description
Last updated