[]
Removes the first occurrence of a specific object from the IList.
public void Remove(object value)
Public Sub Remove(value As Object)
The object to remove from the IList
The IList is read-only.-or- The IList has a fixed size.