docs.unity.cn
    Show / Hide Table of Contents

    Class AOT.ListPropertyGenerator<TContainer, TList, TElement>

    Helper class to preserve list property code paths.

    Inheritance
    Object
    AOT.ListPropertyGenerator<TContainer, TList, TElement>
    Namespace: Unity.Properties
    Syntax
    public static class ListPropertyGenerator<TContainer, TList, TElement> : object where TList : IList<TElement>
    Type Parameters
    Name Description
    TContainer

    The container type.

    TList

    The list type.

    TElement

    The element type.

    Methods

    Preserve()

    Invoke this method to have all generic property code paths generated.

    Declaration
    public static void Preserve()
    Remarks

    This method is used to generate all generic combinations of , and .

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, January 26, 2022
    Terms of use