Class FlexibleDictionary<TKey, TValue>
Inheritance
object
FlexibleDictionary<TKey, TValue>
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public class FlexibleDictionary<TKey, TValue> : Dictionary<TKey, TValue>
Type Parameters
| Name | Description |
|---|---|
| TKey | |
| TValue |
Properties
this[TKey]
Declaration
public TValue this[TKey key] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| TKey | key |
Property Value
| Type | Description |
|---|---|
| TValue |