Rss20FeedFormatter Constructor (SyndicationFeed^)

 

Creates a new instance of the Rss20FeedFormatter class with the specified SyndicationFeed instance.

Namespace:   System.ServiceModel.Syndication
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
Rss20FeedFormatter(
	SyndicationFeed^ feedToWrite
)

Parameters

feedToWrite
Type: System.ServiceModel.Syndication::SyndicationFeed^

The SyndicationFeed to serialize.

The following example shows how to call this constructor.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Return to top
Show: