Class ArrayExtensions
Namespace: YVR.Utilities
Assembly: YVR.Utilities.Runtime.dll
Syntax
public static class ArrayExtensions
Methods
Name | Description |
---|---|
Cast(Array, Type) | Casts the elements of an Array to the specified type. |
Cast<T>(Array) | Casts the elements of an Array to the specified type. |
ForEach<T>(Array, Action<T>) | |
ForEach<T>(T[], Action<T>) | Performs the specified action on each element of the Array. |
IndexForEach(Array, Action<int[]>) | Perform the specified action on each element of the Array |
ToElementsString(Array) | Converts the elements of the specified array to a string, separated by commas. |