Click or drag to resize
AbstractDecoratorInterfaceTypeAsTargetInterfaceType Method
Casts this decorator to the required interface type

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public TargetInterfaceType As<TargetInterfaceType>()
where TargetInterfaceType : class, InterfaceType

Type Parameters

TargetInterfaceType

Return Value

Type: TargetInterfaceType
See Also