TriLib
Search Results for

    Show / Hide Table of Contents

    Class ArrayUtils

    Inheritance
    object
    ArrayUtils
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: TriLibCore.Utils
    Assembly: TriLibCore.dll
    Syntax
    public static class ArrayUtils

    Methods

    Add<T>(ref T[], T)

    Declaration
    public static void Add<T>(ref T[] arr, T item)
    Parameters
    Type Name Description
    T[] arr
    T item
    Type Parameters
    Name Description
    T

    ContainsType<T>(Array)

    Declaration
    public static bool ContainsType<T>(Array array)
    Parameters
    Type Name Description
    Array array
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    T

    Remove<T>(ref T[], T)

    Declaration
    public static void Remove<T>(ref T[] arr, T item)
    Parameters
    Type Name Description
    T[] arr
    T item
    Type Parameters
    Name Description
    T

    ToMemoryStream(IList<byte>, ref MemoryStream)

    Declaration
    public static void ToMemoryStream(this IList<byte> list, ref MemoryStream memoryStream)
    Parameters
    Type Name Description
    IList<byte> list
    MemoryStream memoryStream
    In this article
    Back to top Generated by DocFX