Represents an DcElement instance. Initialize the LocalName to Empty and Content to Empty
Represents an DcElement instance. Initialize the LocalName to Empty and Content to Empty
public DcElement();
Represents an DcElement instance initialized with the given name.
public DcElement(string);
Represents an DcElement instance initialized with the given name and content.
public DcElement(string,string);
DcElement Class | Atom.AdditionalElements.DublinCore Namespace