[]
        
(Showing Draft Content)

C1.DataCollection.C1DynamicList-1.Remove

Remove Method

Remove(object?)

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

Remove(T?)

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