Click or drag to resize

ICustomDataCreateAndAdd Method

IT Hit User File System
Creates a new IDataItem and adds it to the dictionary.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26791.0-Beta2
Syntax
IDataItem CreateAndAdd(
	string key
)

Parameters

key
Type: SystemString
The object to use as the key of the element to add.

Return Value

Type: IDataItem
A new IDataItem, added to the dictionary.
See Also