Click or drag to resize
CMSStaticTValue Constructor (FuncTValue)
Constructor

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public CMSStatic(
	Func<TValue> initMethod
)

Parameters

initMethod
Type: SystemFuncTValue
Initializing method for a new instance of the value
See Also