SalArray<T>
PPJ.Runtime.SalArray<T>
public class SalArray<T> : SalArray, IEnumerable<T>, IList<T>, ICollection<T>Public Class SalArray(Of T)
Inherits SalArray
Implements IEnumerable(Of T), IList(Of T), ICollection(Of T)Parameters
Name
Description
Constructors
SalArray()
SalArray(lengths)
Name
Type
Description
SalArray(bounds)
Name
Type
Description
Properties
Item(index)
Item(indices)
Items
Methods
Add(item)
Parameter
Type
Description
AddRange(collection)
Parameter
Type
Description
Contains(item)
Parameter
Type
Description
CopyTo(array)
Parameter
Type
Description
CopyTo(array, arrayIndex)
Parameter
Type
Description
GetArray()
GetArray(minLength)
Parameter
Type
Description
GetArray(minLength1, minLength2)
Parameter
Type
Description
GetArray(minLength1, minLength2, minLength3)
Parameter
Type
Description
GetArray(minLength1, minLength2, minLength3, minLength4)
Parameter
Type
Description
IndexOf(item)
Parameter
Type
Description
IndexOf(item, index)
Parameter
Type
Description
Insert(index, item)
Parameter
Type
Description
InsertRange(index, collection)
Parameter
Type
Description
Remove(item)
Parameter
Type
Description
RemoveAt(index)
Parameter
Type
Description
Sort(comparison)
Parameter
Type
Description
Implements
Name
Description
Last updated