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