Atom.NET documentation

DcElement Constructor

Represents an DcElement instance. Initialize the LocalName to Empty and Content to Empty

Overload List

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);

See Also

DcElement Class | Atom.AdditionalElements.DublinCore Namespace