Struct IsVariableDefinedNode
Syntax
[NodeDescription(typeof(IsVariableDefined), UnmappedPorts = new string[]{"name"})]
public struct IsVariableDefinedNode : IDataNode, INode
Fields
Kind
Declaration
Field Value
Value
Declaration
public OutputDataPort Value
Field Value
VariableName
Declaration
public InputDataPort VariableName
Field Value
Methods
Execute<TCtx>(TCtx)
Declaration
public void Execute<TCtx>(TCtx ctx)
where TCtx : IGraphInstance
Parameters
Type |
Name |
Description |
TCtx |
ctx |
|
Type Parameters
Implements
Extension Methods