newtelligence.DasBlog.Web.Services.Rsd.RssServiceCollection.Add C# (CSharp) Méthode

Add() public méthode

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. ///
Résultat void
        public virtual void Add(RsdService value)
        {
            this.List.Add(value);
        }