Click or drag to resize
InfoObjectCollectionTInfoItem Property (Int32)
Gets or sets the object on specific index.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public TInfo this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Object index to get

Property Value

Type: TInfo
See Also