Chapter 11 Page356
Hi Thearon,
I think I found a mistake in the WebFavoriteCollection class. In the Remove method in the CollectionBase base class has a signature of
List.Remove(obj As System.Object); however, in your example you are using an Integer parameter. So I think you meant to use the RemoveAt method, which does have the proper signature.
RemoveAt(Index as Integer)
Sincerely,
Angelo
Angelo
|