Bender.Nodes.CharacterSeparated.ValueNode.GetName C# (CSharp) Method

GetName() protected method

protected GetName ( ) : string
return string
        protected override string GetName()
        {
            return _name;
        }