Class GetDictionaryItem
Gets a dictionary item with the specified key.
Implements
IDisposable
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
[UnitCategory]
[UnitSurtitleAttribute]
[UnitShortTitleAttribute]
[UnitOrderAttribute]
public sealed class GetDictionaryItem : Unit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
dictionary
The dictionary.
Declaration
[DoNotSerializeAttribute]
public ValueInput dictionary { get; }
Property Value
| Type | Description |
|---|---|
| ValueInput |
key
The key of the item.
Declaration
[DoNotSerializeAttribute]
public ValueInput key { get; }
Property Value
| Type | Description |
|---|---|
| ValueInput |
value
The value of the item.
Declaration
[DoNotSerializeAttribute]
public ValueOutput value { get; }
Property Value
| Type | Description |
|---|---|
| ValueOutput |
Methods
Definition()
Declaration
protected override void Definition()
Overrides
Implements
IDisposable