Class SZArrayImpl<T>
Inheritance
System.Object
SZArrayImpl<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Cosmos.IL2CPU.dll
Syntax
public class SZArrayImpl<T>
Type Parameters
Methods
|
Improve this Doc
View Source
Add(T[], T)
Declaration
public static void Add(T[] aThis, T aValue)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
T |
aValue |
|
|
Improve this Doc
View Source
Clear(T[])
Declaration
public static void Clear(T[] aThis)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
|
Improve this Doc
View Source
Contains(T[], T)
Declaration
public static bool Contains(T[] aThis, T aValue)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
T |
aValue |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CopyTo(T[], T[], Int32)
Declaration
public static void CopyTo(T[] aThis, T[] aArray, int aIndex)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
T[] |
aArray |
|
System.Int32 |
aIndex |
|
|
Improve this Doc
View Source
get_Count(T[])
Declaration
public static int get_Count(T[] aThis)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
get_IsFixedSize(T[])
Declaration
public static bool get_IsFixedSize(T[] aThis)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
get_IsReadOnly(T[])
Declaration
public static bool get_IsReadOnly(T[] aThis)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
get_IsSynchronized(T[])
Declaration
public static bool get_IsSynchronized(T[] aThis)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
get_Item(T[], Int32)
Declaration
public static T get_Item(T[] aThis, int aIndex)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
System.Int32 |
aIndex |
|
Returns
|
Improve this Doc
View Source
get_SyncRoot(T[])
Declaration
public static object get_SyncRoot(T[] aThis)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
GetEnumerator(T[])
Declaration
public static IEnumerator<T> GetEnumerator(T[] aThis)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<T> |
|
|
Improve this Doc
View Source
IndexOf(T[], T)
Declaration
public static int IndexOf(T[] aThis, T aValue)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
T |
aValue |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Insert(T[], Int32, T)
Declaration
public static void Insert(T[] aThis, int aIndex, T aValue)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
System.Int32 |
aIndex |
|
T |
aValue |
|
|
Improve this Doc
View Source
Remove(T[], T)
Declaration
public static void Remove(T[] aThis, T aValue)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
T |
aValue |
|
|
Improve this Doc
View Source
RemoveAt(T[], Int32)
Declaration
public static void RemoveAt(T[] aThis, int aIndex)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
System.Int32 |
aIndex |
|
|
Improve this Doc
View Source
set_Item(T[], Int32, T)
Declaration
public static void set_Item(T[] aThis, int aIndex, T aValue)
Parameters
Type |
Name |
Description |
T[] |
aThis |
|
System.Int32 |
aIndex |
|
T |
aValue |
|