Atom.NET documentation

DcElement Constructor (String, String)

Represents an DcElement instance initialized with the given name and content.

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String, _
   ByVal content As String _
)
[C#]
public DcElement(
   string name,
   string content
);

Parameters

name
The LocalName of the DcElement.
content
The Content of the DcElement.

See Also

DcElement Class | Atom.AdditionalElements.DublinCore Namespace | DcElement Constructor Overload List