TextSyndicationContent.Clone Method

Definition

Creates a copy of the existing SyndicationContent instance.

public:
 override System::ServiceModel::Syndication::SyndicationContent ^ Clone();
public override System.ServiceModel.Syndication.SyndicationContent Clone ();
override this.Clone : unit -> System.ServiceModel.Syndication.SyndicationContent
Public Overrides Function Clone () As SyndicationContent

Returns

A new SyndicationContent instance.

Applies to