ABB.Swum.Nodes.ProgramElementNode.ToString C# (CSharp) 메소드

ToString() 공개 메소드

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