SequenceStatisticsSymbolCounts Property |
The set of values counted (so it can be enumerated easily)
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IEnumerable<Tuple<char, long>> SymbolCounts { get; }
Public ReadOnly Property SymbolCounts As IEnumerable(Of Tuple(Of Char, Long))
Get
public:
property IEnumerable<Tuple<wchar_t, long long>^>^ SymbolCounts {
IEnumerable<Tuple<wchar_t, long long>^>^ get ();
}
member SymbolCounts : IEnumerable<Tuple<char, int64>> with get
Property Value
Type:
IEnumerableTupleChar,
Int64See Also