| 
            
              DiffMatchPatchMatchAlphabet Method
             | 
          
        
        
            Initialize the alphabet for the Bitap algorithm.
            
        
        Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxprotected Dictionary<char, int> MatchAlphabet(
	string pattern
)
Protected Function MatchAlphabet ( 
	pattern As String
) As Dictionary(Of Char, Integer)
protected:
Dictionary<wchar_t, int>^ MatchAlphabet(
	String^ pattern
)
member MatchAlphabet : 
        pattern : string -> Dictionary<char, int> function MatchAlphabet(pattern);
 View SourceParameters
- pattern  String
 - The text to encode
 
Return Value
DictionaryChar, 
Int32Hash of character locations
See Also