Click or drag to resize
SequenceStatisticsSymbolCounts Property
The set of values counted (so it can be enumerated easily)

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<Tuple<char, long>> SymbolCounts { get; }

Property Value

Type: IEnumerableTupleChar, Int64
See Also