'Declaration Public Shared Sub UpdateMap( _ ByVal indexRemoved As Integer, _ ByVal map As IList(Of MapEntry) _ )
public static void UpdateMap( int indexRemoved, IList<MapEntry> map )
Parameters
- indexRemoved
- The index of the removed character.
- map
- The list of map entries to update.