INameIndexableObjectType Interface |
Interface to access collections through string indexers by name - Generic variant
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax public interface INameIndexable<ObjectType> : INameIndexable
Type Parameters
- ObjectType
The INameIndexableObjectType type exposes the following members.
Properties
| Name | Description |
---|
| Item |
String indexer, gets or sets the value with the specified name
|
TopSee Also