Skip to content

b0f4c53d f6de de16 cda9 d369ae47a239

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseSimpleModelCollection(TItem, TParent).Remove Method

Additional header content

Removes the first occurrence of a specific object from the BaseSimpleModelCollection(TItem, TParent).

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public bool Remove(
	TItem item
)

VB

Public Function Remove ( 
	item As TItem
) As Boolean

Parameters

 

item
Type: TItem
The object to remove from the BaseSimpleModelCollection(TItem, TParent). The value can be null for reference types.

Return Value

Type: Boolean
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the BaseSimpleModelCollection(TItem, TParent).

Implements

ICollection(T).Remove(T)

Remarks

[Missing documentation for "M:iTin.Export.Model.BaseSimpleModelCollection2.Remove(0)"]

See Also

Reference

BaseSimpleModelCollection(TItem, TParent) Class
iTin.Export.Model Namespace

Clone this wiki locally