int GetHashCode(),
int IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer)
GetLength
int GetLength(int dimension)
GetLongLength
long GetLongLength(int dimension)
GetLowerBound
int GetLowerBound(int dimension)
GetType
type GetType()
GetUpperBound
int GetUpperBound(int dimension)
GetValue
System.Object GetValue(Params int[] indices),
System.Object GetValue(int index),
System.Object GetValue(int index1, int index2),
System.Object GetValue(int index1, int index2, int index3),
System.Object GetValue(long index),
System.Object GetValue(long index1, long index2),
System.Object GetValue(long index1, long index2, long index3),
System.Object GetValue(Params long[] indices)
IndexOf
int IList.IndexOf(System.Object value)
Initialize
void Initialize()
Insert
void IList.Insert(int index, System.Object value)
Remove
void IList.Remove(System.Object value)
RemoveAt
void IList.RemoveAt(int index)
Set
void Set(int , System.Object )
SetValue
void SetValue(System.Object value, int index),
void SetValue(System.Object value, int index1, int index2),
void SetValue(System.Object value, int index1, int index2, int index3),
void SetValue(System.Object value, Params int[] indices),
void SetValue(System.Object value, long index),
void SetValue(System.Object value, long index1, long index2),
void SetValue(System.Object value, long index1, long index2, long index3),
void SetValue(System.Object value, Params long[] indices)