Click or drag to resize
CMSLazyTValue  Conversion (CMSLazyTValue to TValue)
Implicit operator for conversion of the lazy object to its value type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static implicit operator TValue (
	CMSLazy<TValue> obj
)

Parameters

obj
Type: CMS.BaseCMSLazyTValue
Object to convert

Return Value

Type: TValue
See Also