| CMSLazyTValue  Conversion (CMSLazyTValue to TValue) | 
            Implicit operator for conversion of the lazy object to its value type
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
 Syntax
Syntaxpublic static implicit operator TValue (
	CMSLazy<TValue> obj
)
Parameters
- obj
- Type: CMS.BaseCMSLazyTValue
 Object to convert
Return Value
Type: 
TValue See Also
See Also