Click or drag to resize
InfoObjectCollectionTInfoGetItem Method
Gets the item on the specified index.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected TInfo GetItem(
	int index
)

Parameters

index
Type: SystemInt32
Item index to get

Return Value

Type: TInfo
See Also