예제 #1
0
파일: Arrays.cs 프로젝트: lanicon/Super.NET
 public Arrays(Selection selection) : this(selection.Start, selection.Length)
 {
 }
예제 #2
0
 public Benchmarks(Super.Model.Sequences.Selection selection)
     : this(new Arrays <uint>(selection),
            FixtureInstance.Default
            .Many <uint>(10_000)