Add BaseObject but do not update BaseObject index

Namespace:  Hyleos.Common
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public void Insert(
	T obj,
	bool unique
)
Visual Basic (Declaration)
Public Sub Insert ( _
	obj As T, _
	unique As Boolean _
)
Visual C++
public:
void Insert(
	T obj, 
	bool unique
)

Parameters

obj
Type: T
BaseObject object to insert
unique
Type: System..::.Boolean
Specify if Object is inserted only if not already in list

See Also