'Declaration Public Shared Function GetInterval( _ ByVal unicodeBlock As UnicodeBlock _ ) As System.ValueTuple(Of Integer,Integer)
public static System.ValueTuple<int,int> GetInterval( UnicodeBlock unicodeBlock )
Parameters
- unicodeBlock
- The named range of Unicode characters.
Return Value
The first and last code points.