NodeDebugInfo(string?,string)
Constructor in NodeDebugInfo
Summary
Initialises a new instance of the NodeDebugInfo class.
public NodeDebugInfo(string? fileName, string nodeName)
Parameters
Name
Description
string
fileName
The file that the node was defined in.
string
nodeName
The name of the node.
Last updated
Was this helpful?