Ejemplo n.º 1
0
 static DataSource CreateDataSource()
 {
     using var file = MapFactory.CreatePatterenedMap(Length);
     return(new MemoryMappedDataSource(file.CreateViewAccessor(), Length));
 }