IIndexable<ObjectType> Interface |
Namespace: CMS.Base
public interface IIndexable<out ObjectType> : INameIndexable<ObjectType>, INameIndexable, IIndexable
Name | Description | |
---|---|---|
![]() | Item[Int32] |
Integer indexer, gets or sets the value on the specified index
|
![]() | Item[String] |
String indexer, gets or sets the value with the specified name
(Inherited from INameIndexable<ObjectType>.) |