Click or drag to resize

aceCollectionLimitSafeTItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the [!:T] with the specified key.

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

Parameters

key
Type: SystemInt32
The key.

Property Value

Type: T
The [!:T].

Return Value

Type: T

Implements

IListTItemInt32
See Also