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