Click or drag to resize

JContainerInsert Method (Int32, Object)

Namespace:  Dynamicweb.Core.Json
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public virtual void Insert(
	int index,
	Object value
)

Parameters

index
Type: SystemInt32
value
Type: SystemObject

Implements

IListInsert(Int32, Object)
See Also