Click or drag to resize
IIndexableItem Property
Integer indexer, gets or sets the value on the specified index

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
Object this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index

Property Value

Type: Object
See Also