Atom.NET documentation

AtomContent Constructor (String)

Represents an AtomContent instance initialized with the given content.

[Visual Basic]
Overloads Public Sub New( _
   ByVal content As String _
)
[C#]
public AtomContent(
   string content
);

Parameters

content
The Content of the AtomContent.

See Also

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