Class RXArrayExtensions
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public static class RXArrayExtensions
- Inheritance
-
RXArrayExtensions
- Inherited Members
-
Methods
IndexOf<T>(T[], T)
public static int IndexOf<T>(this T[] items, T itemToFind) where T : class
Parameters
items T[]
itemToFind T
Returns
- int
Type Parameters
T
Log<T>(T[])
public static void Log<T>(this T[] items)
Parameters
items T[]
Type Parameters
T
Log<T>(T[], string)
public static void Log<T>(this T[] items, string name)
Parameters
items T[]
name string
Type Parameters
T
RemoveItem<T>(T[], T, ref int)
public static void RemoveItem<T>(this T[] items, T itemToRemove, ref int count) where T : class
Parameters
items T[]
itemToRemove T
count int
Type Parameters
T