Click or drag to resize
KmerIndexerDictionary Constructor (Int32)
Initializes a new instance of the KmerIndexerDictionary class with specified capacity.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public KmerIndexerDictionary(
	int capacity
)

Parameters

capacity
Type: SystemInt32
Number of elements to store.
See Also