Click or drag to resize
GenericProperty<PropertyType>Implicit Conversion (GenericProperty<PropertyType> to PropertyType)
Implicit conversion to extension type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public static implicit operator PropertyType (
	GenericProperty<PropertyType> ext
)

Parameters

ext
Type: CMS.Base.GenericProperty<PropertyType>
Extension to convert

Return Value

Type: PropertyType
See Also