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

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

Type Parameters

T
Properties
See Also