public List<Tuple<int,int>> CheckSentence( string sentence )
Public Function CheckSentence( _ ByVal sentence As String _ ) As List(Of Tuple(Of Integer,Integer))
Parameters
- sentence
public List<Tuple<int,int>> CheckSentence( string sentence )
Public Function CheckSentence( _ ByVal sentence As String _ ) As List(Of Tuple(Of Integer,Integer))
Target Platforms: Windows 10, Windows 8.1, Windows 7