Search Results for

    Class ArrayExtensions

    Inheritance
    object
    ArrayExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    In This Article