Click or drag to resize
IIndexable Interface
Interface to access collections through int and string indexers

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public interface IIndexable

The IIndexable type exposes the following members.

Properties
  NameDescription
Public propertyItem
Integer indexer, gets or sets the value on the specified index
Top
See Also