Click or drag to resize
IGeneralIndexableTKey, TObjectItem Property (TKey)
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#
TObject this[
	TKey index
] { get; set; }

Parameters

index
Type: TKey
Index

Property Value

Type: TObject
See Also