'Declaration
Public Overloads Function Remove( _
ByVal As System.Integer _
) As System.Boolean
'Usage
Dim instance As C1OrderedSet
Dim item As System.Integer
Dim value As System.Boolean
value = instance.Remove(item)
public System.bool Remove(
System.int
)
Parameters
- item
- The object to remove from the System.Collections.Generic.ICollection`1.
Return Value
true if was successfully removed from the System.Collections.Generic.ICollection`1; otherwise, false. This method also returns false if is not found in the original System.Collections.Generic.ICollection`1.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2