GeneralIndexableWrapper<KeyType, ValueType> Class |
Namespace: CMS.Base
public class GeneralIndexableWrapper<KeyType, ValueType> : IGeneralIndexable<KeyType, ValueType>, IGeneralIndexable
The GeneralIndexableWrapper< KeyType, ValueType> type exposes the following members.
Name | Description | |
---|---|---|
![]() | GeneralIndexableWrapper<KeyType, ValueType> |
Constructor
|
Name | Description | |
---|---|---|
![]() | Item[Object] |
General indexer
|
![]() | Item[KeyType] |
Typed indexer
|
![]() | Source |
Source data
|
Name | Description | |
---|---|---|
![]() | AsIndexable<TKey, TValue> |
Implicit conversion to indexable type with a specific values
(Defined by DataExtensions.) |