ToList<T>

Method

Convert an AotList to a List of a given type.

Remarks

Visual scripting uses special AOT types for collections that are not necessary in C#. This method is used to convert these AOT types to standard C# types.

Definition

public static List<T> ToList<T>(this AotList aotList)
public static List<T> ToList<T>(this AotList aotList)

Returns List<T>

Parameters

ParameterDescription
AotList aotList