AtomContentConstruct Constructor (String)
Represents an AtomContentConstruct instance initialized with the given content.
[Visual Basic]Overloads Public Sub New( _
ByVal
localName As
String _
)
[C#]public AtomContentConstruct(
string localName);
Parameters
- localName
- The not qualified name of the element.
See Also
AtomContentConstruct Class | Atom.Core Namespace | AtomContentConstruct Constructor Overload List