Click or drag to resize
IIndexableTItem Property (Int32)
Integer indexer, gets or sets the value on the specified index

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

Parameters

index
Type: SystemInt32
Index

Property Value

Type: T
See Also