Atom.NET documentation

AtomContentConstruct Constructor (String, String, Mode)

Represents an AtomContentConstruct instance initialized with the given content and Mode.

[Visual Basic]
Overloads Public Sub New( _
   ByVal localName As String, _
   ByVal content As String, _
   ByVal mode As Mode _
)
[C#]
public AtomContentConstruct(
   string localName,
   string content,
   Mode mode
);

Parameters

localName
The not qualified name of the element.
content
The Content of the AtomContentConstruct.
mode
The Mode of the AtomContentConstruct.

See Also

AtomContentConstruct Class | Atom.Core Namespace | AtomContentConstruct Constructor Overload List