Click or drag to resize

objectTableTItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or creates [!:T], alias of GetOrCreate(String) call

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public T this[
	string key
] { get; }
Request Example View Source

Parameters

key
Type: SystemString
The key.

Property Value

Type: T
The [!:T].

Return Value

Type: T
See Also