Click or drag to resize
CMSStaticTValue Constructor (TValue)

Note: This API is now obsolete.

Constructor

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use CMSStatic constructor with initializer.")]
public CMSStatic(
	TValue value
)

Parameters

value
Type: TValue
Initial value
See Also