Click or drag to resize

LkItemsAdd(LkItem) Method

Linkar Framework for .NET and Core


Adds a new LkItem to the list. The dictionaries arrays of the list, will be copied to the LkItem added.

Namespace: Linkar.LkData
Assembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax
public void Add(
	LkItem lkItem
)

Parameters

lkItem  LkItem
The LkItem to be added.
See Also