PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.

Namespace: Smartsite.Base.HttpNamespaceManager
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public bool Remove(
	 item
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function Remove ( _
	item As  _
) As 

Parameters

item
AceRights
The object to remove from the ICollection<(Of <(<'T>)>)>.

Return Value

true if item was successfully removed from the ICollection<(Of <(<'T>)>)>; otherwise, false. This method also returns false if item is not found in the original ICollection<(Of <(<'T>)>)>.

Exceptions

See Also

Advanced