System.Yaml.YamlNode.ShorthandTag C# (CSharp) Méthode

ShorthandTag() public méthode

YAML Tag for this node, which represents the type of node's value. The Tag property is returned in a shorthand style.
public ShorthandTag ( ) : string
Résultat string
        public string ShorthandTag()
        {
            return ShorthandTag(Tag);
        }

Same methods

YamlNode::ShorthandTag ( string tag ) : string