Click or drag to resize

ObjectWithIdCollectionBaseTInsert Method

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public virtual void Insert(
	int index,
	T value
)

Parameters

index
Type: SystemInt32
value
Type: T

Implements

IListTInsert(Int32, T)
See Also