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

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

Type Parameters

T

The INameIndexableT type exposes the following members.

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