IIndexableT Interface |
Namespace: CMS.Base
public interface IIndexable<out T> : INameIndexable<T>, INameIndexable, IIndexable
Name | Description | |
---|---|---|
ItemInt32 |
Integer indexer, gets or sets the value on the specified index
| |
ItemString |
String indexer, gets or sets the value with the specified name
(Inherited from INameIndexableT.) |