newtelligence.DasBlog.Web.Services.Rsd.RssServiceCollection.Add C# (CSharp) 메소드

Add() 공개 메소드

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