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