Constructor.

Namespace: MonoSoftware.MonoX.RssEngine
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public FeedWriter(
	FeedFormat format,
	SyndicationFeed feed
)
Visual Basic
Public Sub New ( 
	format As FeedFormat,
	feed As SyndicationFeed
)
Visual C++
public:
FeedWriter(
	FeedFormat format, 
	SyndicationFeed^ feed
)
F#
new : 
        format : FeedFormat * 
        feed : SyndicationFeed -> FeedWriter

See Also