'Declaration Public Function Add( _ ByVal item As TagListInputParamsItem _ ) As Integer
public int Add( TagListInputParamsItem item )
Parameters
- item
- The item to add.
Return Value
The index of the newly added item.
'Declaration Public Function Add( _ ByVal item As TagListInputParamsItem _ ) As Integer
public int Add( TagListInputParamsItem item )