Click or drag to resize
IGeneralIndexable Interface
Interface to access collections through specific key type

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

The IGeneralIndexable type exposes the following members.

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