Skybound AutoComplete

AutoComplete.ObjectCollection.Remove Method 

Removes the first occurrence of a specific Object from this instance.

[Visual Basic]
Overridable Public Sub Remove( _
   ByVal value As Object _
)
[C#]
public virtual void Remove(
   object value
);

Parameters

value
The Object to remove from this instance.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The value object was not in the collection.

See Also

AutoComplete.ObjectCollection Class | Skybound.AutoComplete Namespace