コード例 #1
0
 public TubeCollectionProxy(IWatchedTubeClient client, IEnumerable <string> tubes)
 {
     _client = client;
     _tubes  = new HashSet <string>(tubes);
 }
コード例 #2
0
 public TubeCollectionProxy(IWatchedTubeClient client, IEnumerable<string> tubes) {
     _client = client;
     _tubes = new HashSet<string>(tubes);
 }