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