NonGenericList.Remove

NonGenericList.Remove method

Removes the first occurrence of a specific object from the IList.

public void Remove(object value)
ParameterTypeDescription
valueObjectThe Object to remove from the IList.

See Also