[]
        
(Showing Draft Content)

C1.Android.Grid.GridRowColCollection-1.Remove

Remove Method

Remove(object)

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

Declaration
public void Remove(object value)
Parameters
Type Name Description
object value

The object to remove from the System.Collections.IList.

Remove(T)

Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection<>.

Declaration
public bool Remove(T item)
Parameters
Type Name Description
T item

The object to remove from the System.Collections.Generic.ICollection<>.

Returns
Type Description
bool

true if item was successfully removed from the System.Collections.Generic.ICollection<>; otherwise, false. This method also returns false if item is not found in the original System.Collections.Generic.ICollection<>.