DateTimeEditors for WinRT
Remove(Int32) Method

The object to remove from the System.Collections.Generic.ICollection`1.
Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection`1.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal item As System.Integer _
) As System.Boolean
public System.bool Remove( 
   System.int item
)

Parameters

item
The object to remove from the System.Collections.Generic.ICollection`1.

Return Value

true if item was successfully removed from the System.Collections.Generic.ICollection`1; otherwise, false. This method also returns false if item is not found in the original System.Collections.Generic.ICollection`1.
Exceptions
ExceptionDescription
System.NotSupportedExceptionThe System.Collections.Generic.ICollection`1 is read-only.
See Also

Reference

C1OrderedSet Class
C1OrderedSet Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback