Atom.NET documentation

AtomFeed.Save Method (TextWriter)

Saves the AtomFeed 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

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