Skip to content

4ed6daaa faee f11e 1b12 ba563e6d3971

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

BaseSimpleModelCollection(TItem, TParent).Add Method

Additional header content

Adds an object to the end of 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 void Add(
	TItem item
)

VB

Public Sub Add ( 
	item As TItem
)

Parameters

 

item
Type: TItem
The object to be added to the end of the BaseSimpleModelCollection(TItem, TParent).

Implements

ICollection(T).Add(T)

Remarks

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

See Also

Reference

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

Clone this wiki locally