MagicCMS Documentation

MagicKeywordCollection..::..Item Property

Indexer to get or set items within this collection using array index syntax.

Namespace:  MagicCMS.Core
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public MagicKeyword this[
	int index
] { get; set; }

Parameters

index
Type: Int32
Zero-based index of the entry to access.

Return Value

The indexed item.