Atom10FeedFormatter Constructor (Type^)

 

Creates a new instance of the Atom10FeedFormatter class.

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

public:
Atom10FeedFormatter(
	Type^ feedTypeToCreate
)

Parameters

feedTypeToCreate
Type: System::Type^

The SyndicationFeed derived instance to be serialized.

Use this constructor to specify a class derived from SyndicationFeed to instantiate when a syndication feed is read in.

The following code shows how to use 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: