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

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

Parameters

index
Type: SystemInt32
Index

Property Value

Type: ObjectType
See Also