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();
        }