Class DictionaryContainsKey
Checks whether a dictionary contains the specified key.
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[UnitCategory("Collections/Dictionaries")]
[UnitSurtitle("Dictionary")]
[UnitShortTitle("Contains Key")]
[TypeIcon(typeof(IDictionary))]
public sealed class DictionaryContainsKey : Unit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
Properties
contains
Whether the list contains the item.
Declaration
[DoNotSerialize]
public ValueOutput contains { get; }
Property Value
Type | Description |
---|---|
ValueOutput |
dictionary
The dictionary.
Declaration
[DoNotSerialize]
public ValueInput dictionary { get; }
Property Value
Type | Description |
---|---|
ValueInput |
key
The key.
Declaration
[DoNotSerialize]
public ValueInput key { get; }
Property Value
Type | Description |
---|---|
ValueInput |
Methods
Definition()
Declaration
protected override void Definition()