Table of Contents

Interface IGeneralIndexable<TKey, TObject>

Namespace
CMS.Base
Assembly
CMS.Base.dll

Interface to access collections through specific key type

public interface IGeneralIndexable<in TKey, TObject> : IGeneralIndexable

Type Parameters

TKey
TObject
Inherited Members
Extension Methods

Properties

this[TKey]

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

TObject this[TKey index] { get; set; }

Parameters

index TKey

Index

Property Value

TObject