Summary
Sets the size of the dictionary.
- Namespace
- Cake
.SevenZip .Builder - Containing Type
- Benchmark
Command Builder
Syntax
public BenchmarkCommandBuilder WithDictionarySize(int dictionarySize)
Parameters
| Name | Type | Description |
|---|---|---|
| dictionarySize | int | Size of the dictionary. |
Return Value
| Type | Description |
|---|---|
| Benchmark |
The builder-instance for fluent re-use. |