ToDictionary<TKey>

Method

Convert an AOTDiction 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 Dictionary<TKey, object> ToDictionary<TKey>(this AotDictionary aotDict)
public static Dictionary<TKey, object> ToDictionary<TKey>(this AotDictionary aotDict)

Returns Dictionary<TKey, object>

Parameters

ParameterDescription
AotDictionary aotDict