Example #1
0
 public StreamCollection(int MinCount = 5000)
 {
     Collection = new StreamCollection(MinCount);
 }
Example #2
0
 public StreamCollection(System.IO.Stream Stream, int MinCount = 5000)
 {
     Collection = new StreamCollection(Stream, MinCount);
 }