IGeneralIndexableTKey, TObject Interface |
Namespace: CMS.Base
public interface IGeneralIndexable<in TKey, TObject> : IGeneralIndexable
The IGeneralIndexableTKey, TObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | ItemObject |
General indexer, gets or sets the value on the specified index
(Inherited from IGeneralIndexable.) |
![]() | ItemTKey |
Integer indexer, gets or sets the value on the specified index
|
Name | Description | |
---|---|---|
![]() | AsIndexableTKey, TValue |
Implicit conversion to indexable type with a specific values
(Defined by DataExtensions.) |