NodeDebugInfo(string?,string)

Constructor in NodeDebugInfo

Summary

Initialises a new instance of the NodeDebugInfo class.

public NodeDebugInfo(string? fileName, string nodeName)

Parameters

NameDescription
string fileNameThe file that the node was defined in.
string nodeNameThe name of the node.