Class AOT.ListPropertyGenerator<TContainer, TList, TElement>
Helper class to preserve list property code paths.
Namespace: Unity.Properties
Syntax
public static class ListPropertyGenerator<TContainer, TList, TElement>
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 IList<T> property code paths generated.
Declaration
public static void Preserve()
Remarks
This method is used to generate all generic combinations of , and .