get_LocalName()

XmlComment::get_LocalName() method

Returns the local name of the node.

String System::Xml::XmlComment::get_LocalName() override

Return Value

For comment nodes, the value is #comment.

See Also