Click or drag to resize
AbstractDecoratorInterfaceTypeConvertToResultType Method
Converts the given source type to the result type

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public static ResultType ConvertTo<ResultType>(
	InterfaceType source
)
where ResultType : class, InterfaceType

Parameters

source
Type: InterfaceType
Source to convert

Type Parameters

ResultType

Return Value

Type: ResultType
See Also