Click or drag to resize
INameIndexableObjectType Interface
Interface to access collections through string indexers by name - Generic variant

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public interface INameIndexable<out ObjectType> : INameIndexable

Type Parameters

ObjectType

The INameIndexableObjectType type exposes the following members.

Properties
  NameDescription
Public propertyItem
String indexer, gets or sets the value with the specified name
Top
See Also