Table of Contents

Interface IIndexable<T>

Namespace
CMS.Base
Assembly
CMS.Base.dll

Interface to access collections through int and string indexers

public interface IIndexable<out T> : INameIndexable<T>, INameIndexable, IIndexable

Type Parameters

T
Inherited Members
Extension Methods

Properties

this[int]

Integer indexer, gets or sets the value on the specified index

T this[int index] { get; }

Parameters

index int

Index

Property Value

T