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

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public interface IIndexable<out ObjectType> : INameIndexable<ObjectType>, 
	INameIndexable, IIndexable

Type Parameters

ObjectType
Properties
See Also