ITrigramStatisticsGetPrefixWeights Method |
Namespace: MlkPwgenAssembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax IReadOnlyCollection<WeightedItem<Tuple<char, char>>> GetPrefixWeights()
Function GetPrefixWeights As IReadOnlyCollection(Of WeightedItem(Of Tuple(Of Char, Char)))
IReadOnlyCollection<WeightedItem<Tuple<wchar_t, wchar_t>^>^>^ GetPrefixWeights()
abstract GetPrefixWeights : unit -> IReadOnlyCollection<WeightedItem<Tuple<char, char>>>
Return Value
Type:
IReadOnlyCollectionWeightedItemTupleChar,
CharSee Also