Click or drag to resize
IntRequestStockValueDecrement Operator
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 IntRequestStockValue operator --(
	IntRequestStockValue obj
)

Parameters

obj
Type: CMS.BaseIntRequestStockValue
Object to convert

Return Value

Type: IntRequestStockValue
See Also