wasSharpNET – Diff between revs 27 and 29

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 27 Rev 29
Line 70... Line 70...
70 _defaultUpdateTime = value; 70 _defaultUpdateTime = value;
71 syndicationPoll.Change(_defaultUpdateTime, _defaultUpdateTime); 71 syndicationPoll.Change(_defaultUpdateTime, _defaultUpdateTime);
72 } 72 }
73 } 73 }
Line 74... Line 74...
74   74  
Line 75... Line 75...
75 public int Count => syndicationItems.Count; 75 public int Count => syndicationItems.Count();
Line 76... Line 76...
76   76  
77 public bool IsReadOnly => false; 77 public bool IsReadOnly => false;