ITrigramStatisticsExists Method |
Namespace: MlkPwgenAssembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax bool Exists(
Tuple<char, char> prefix
)
Function Exists (
prefix As Tuple(Of Char, Char)
) As Boolean
bool Exists(
Tuple<wchar_t, wchar_t>^ prefix
)
abstract Exists :
prefix : Tuple<char, char> -> bool
Parameters
- prefix
- Type: SystemTupleChar, Char
Return Value
Type:
BooleanSee Also