DcElement Constructor (String)
Represents an DcElement instance initialized with the given name.
[Visual Basic]Overloads Public Sub New( _
ByVal
name As
String _
)
[C#]public DcElement(
string name);
Parameters
- name
- The LocalName of the DcElement.
See Also
DcElement Class | Atom.AdditionalElements.DublinCore Namespace | DcElement Constructor Overload List