コード例 #1
0
 protected WhitelistHeaderCollectionDownload(CollectionDownloadType type) : base(type)
 {
 }
コード例 #2
0
 protected HeaderCollectionDownload(CollectionDownloadType type)
 {
     this._type = type;
 }
コード例 #3
0
 protected HeaderCollectionDownload(CollectionDownloadType type)
 {
     this._type = type;
 }
コード例 #4
0
 private HeaderCollectionDownload(CollectionDownloadType type)
 {
     this._type = type;
 }
 protected WhitelistHeaderCollectionDownload(CollectionDownloadType type) : base(type)
 {
 }