Class ListExtensions | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class ListExtensions

    Inheritance
    System.Object
    ListExtensions
    Namespace: Unity.Collections
    Syntax
    public static class ListExtensions

    Methods

    RemoveAtSwapBack<T>(List<T>, Int32)

    Declaration
    public static void RemoveAtSwapBack<T>(this List<T> list, int index)
    Parameters
    Type Name Description
    System.Collections.Generic.List<T> list
    System.Int32 index
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX