ABB.Swum.Nodes.ProgramElementNode.ToString C# (CSharp) Method

ToString() public method

Returns a string representation of the node. This is simply the string representation of the ParsedName.
public ToString ( ) : string
return string
        public override string ToString() {
            return ParsedName.ToString();
        }