[]
Adds all char codes from the specified string to the instance of HashSet.
public static void CollectChars(this HashSet<int> unicodeChars, string text)
Public Shared Sub CollectChars(unicodeChars As HashSet(Of Integer), text As String)
Type | Name | Description |
---|---|---|
HashSet<int> | unicodeChars | |
string | text |