C# Class RSS.Structure.Validators.RssUrl

显示文件 Open project: ApmeM/Simple-RSS Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
RssUrl ( ) : System
RssUrl ( Uri newUrl ) : System
RssUrl ( string newUrl ) : System

Method Details

RssUrl() public method

public RssUrl ( ) : System
return System

RssUrl() public method

public RssUrl ( Uri newUrl ) : System
newUrl System.Uri
return System

RssUrl() public method

public RssUrl ( string newUrl ) : System
newUrl string
return System