SwitchCompressionMethodBuilder.

WithCompressionMethodDictionarySize<T>(T, int) Method

Summary

fluent setter for the method of ISupportSwitchCompressionMethod.

Syntax

public static T WithCompressionMethodDictionarySize<T>(this T this, int dictionarySize) 
    where T : ISupportSwitchBuilder<ISupportSwitchCompressionMethod>

Type Parameters

Name Description
T the builder to support the ISupportSwitchCompressionMethod.

Parameters

Name Type Description
this T The this.
dictionarySize int Size of the dictionary.

Return Value

Type Description
T The builder-instance for fluent re-use.