Class SetDictionaryItem
Sets the value of a dictionary item with the specified key.
Inheritance
SetDictionaryItem
Syntax
[UnitCategory("Collections/Dictionaries")]
[UnitSurtitle("Dictionary")]
[UnitShortTitle("Set Item")]
[UnitOrder(1)]
[TypeIcon(typeof(IDictionary))]
public sealed class SetDictionaryItem : Unit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
Properties
dictionary
Declaration
[DoNotSerialize]
public ValueInput dictionary { get; }
Property Value
enter
The entry point for the node.
Declaration
[DoNotSerialize]
public ControlInput enter { get; }
Property Value
exit
The action to execute once the item has been assigned.
Declaration
[DoNotSerialize]
public ControlOutput exit { get; }
Property Value
key
The key of the item to set.
Declaration
[DoNotSerialize]
public ValueInput key { get; }
Property Value
value
The value to assign to the item.
Declaration
[DoNotSerialize]
public ValueInput value { get; }
Property Value
Methods
Definition()
Declaration
protected override void Definition()
Overrides
Set(Flow)
Declaration
public ControlOutput Set(Flow flow)
Parameters
Type |
Name |
Description |
Flow |
flow |
|
Returns
Extension Methods