Code:
Dim strBlder as New System.Text.StringBuilder()
Dim mySortedList as New System.Collections.SortedList()
Dim count as Integer
For count = 1 tp 100
strBldr.Append(count)
mySortedList.Add(count, count)
Next
"The preceeding snippet illustrates two seperate calls to object interfaces. One call requires boxing of the value
intCount,........."
There is no variable intCount in the preceeding code snippet!!! 