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