Click or drag to resize
DataExtensionsAsIndexableTKey, TValue Method
Implicit conversion to indexable type with a specific values

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static IGeneralIndexable<TKey, TValue> AsIndexable<TKey, TValue>(
	this IGeneralIndexable obj
)

Parameters

obj
Type: CMS.BaseIGeneralIndexable
Object to convert

Type Parameters

TKey
TValue

Return Value

Type: IGeneralIndexableTKey, TValue

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IGeneralIndexable. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also