| 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.LkDataAssembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax public void Add(
LkItem lkItem
)
Public Sub Add (
lkItem As LkItem
)
public:
void Add(
LkItem^ lkItem
)
member Add :
lkItem : LkItem -> unit
Parameters
- lkItem LkItem
- The LkItem to be added.
See Also