Initializes a new instance of the RSSFeed class

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

Syntax

C#
public RSSFeed(
	SyndicationItem item
)
Visual Basic
Public Sub New ( 
	item As SyndicationItem
)
Visual C++
public:
RSSFeed(
	SyndicationItem^ item
)
F#
new : 
        item : SyndicationItem -> RSSFeed

See Also