Apricot.Fetcher.Fetcher C# (CSharp) Method

Fetcher() public method

public Fetcher ( ) : System
return System
        public Fetcher()
        {
            this.subscriptionList = new Collection<Uri>();
            this.entryList = new List<Entry>();
        }