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(
	string title,
	string description,
	string link,
	DateTime pubDate
)
Visual Basic
Public Sub New ( 
	title As String,
	description As String,
	link As String,
	pubDate As DateTime
)
Visual C++
public:
RSSFeed(
	String^ title, 
	String^ description, 
	String^ link, 
	DateTime pubDate
)
F#
new : 
        title : string * 
        description : string * 
        link : string * 
        pubDate : DateTime -> RSSFeed

Parameters

title
Type: System..::..String
description
Type: System..::..String
link
Type: System..::..String
pubDate
Type: System..::..DateTime

See Also