newtelligence.DasBlog.Web.Services.Rsd.RssServiceCollection.Add C# (CSharp) Method

Add() public method

Adds an instance of type RsdService to the end of this RssServiceCollection.
public Add ( RsdService value ) : void
value RsdService /// The RsdService to be added to the end of this RssServiceCollection. ///
return void
        public virtual void Add(RsdService value)
        {
            this.List.Add(value);
        }