Apricot.Fetcher.Fetcher C# (CSharp) 메소드

Fetcher() 공개 메소드

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