SyndicationContent Constructors

Definition

Creates a new instance of SyndicationContent class.

Overloads

SyndicationContent()

Initializes a new instance of the SyndicationContent class.

SyndicationContent(SyndicationContent)

Initializes a new instance of the SyndicationContent class with the specified SyndicationContent instance.

SyndicationContent()

Source:
SyndicationContent.cs
Source:
SyndicationContent.cs
Source:
SyndicationContent.cs
Source:
SyndicationContent.cs

Initializes a new instance of the SyndicationContent class.

protected:
 SyndicationContent();
protected SyndicationContent ();
Protected Sub New ()

Applies to

SyndicationContent(SyndicationContent)

Source:
SyndicationContent.cs
Source:
SyndicationContent.cs
Source:
SyndicationContent.cs
Source:
SyndicationContent.cs

Initializes a new instance of the SyndicationContent class with the specified SyndicationContent instance.

protected:
 SyndicationContent(System::ServiceModel::Syndication::SyndicationContent ^ source);
protected SyndicationContent (System.ServiceModel.Syndication.SyndicationContent source);
new System.ServiceModel.Syndication.SyndicationContent : System.ServiceModel.Syndication.SyndicationContent -> System.ServiceModel.Syndication.SyndicationContent
Protected Sub New (source As SyndicationContent)

Parameters

source
SyndicationContent

The SyndicationContent instance to use to initialize the new instance.

Applies to