b0f4c53d f6de de16 cda9 d369ae47a239 - iAJTin/iExportEngine GitHub Wiki
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)
C#
public bool Remove(
TItem item
)VB
Public Function Remove (
item As TItem
) As Boolean
- item
- Type: TItem
The object to remove from the BaseSimpleModelCollection(TItem, TParent). The value can be null for reference types.
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).
ICollection(T).Remove(T)
[Missing documentation for "M:iTin.Export.Model.BaseSimpleModelCollection2.Remove(0)"]
BaseSimpleModelCollection(TItem, TParent) Class
iTin.Export.Model Namespace