Atom.NET documentation

AtomEntry.Save Method (TextWriter)

Saves the AtomEntry to the specified TextWriter.

[Visual Basic]
Overloads Public Sub Save( _
   ByVal tw As TextWriter _
)
[C#]
public void Save(
   TextWriter tw
);

Parameters

tw
The TextWriter to write to.

See Also

AtomEntry Class | Atom.Core Namespace | AtomEntry.Save Overload List