Class RemoveDictionaryItem
Removes a dictionary item with a specified key.
Inheritance
RemoveDictionaryItem
Syntax
[UnitCategory("Collections/Dictionaries")]
[UnitSurtitle("Dictionary")]
[UnitShortTitle("Remove Item")]
[UnitOrder(3)]
public sealed class RemoveDictionaryItem : Unit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
Properties
Declaration
[DoNotSerialize]
[PortLabel("Dictionary")]
public ValueInput dictionaryInput { get; }
Property Value
dictionaryOutput
The dictionary without the removed item.
Note that the input dictionary is modified directly and then returned.
Declaration
[DoNotSerialize]
[PortLabel("Dictionary")]
public ValueOutput dictionaryOutput { 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 removed.
Declaration
[DoNotSerialize]
public ControlOutput exit { get; }
Property Value
key
The key of the item to remove.
Declaration
[DoNotSerialize]
public ValueInput key { get; }
Property Value
Methods
Definition()
Declaration
protected override void Definition()
Overrides
Remove(Flow)
Declaration
public ControlOutput Remove(Flow flow)
Parameters
Type |
Name |
Description |
Flow |
flow |
|
Returns
Extension Methods