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