ABB.Swum.Nodes.ProgramElementNode.ToString C# (CSharp) Méthode

ToString() public méthode

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