[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.RichValue-1.-ctor

RichValue Constructor

RichValue(T, object)

Initializes a new instance of the RichValue class.

Declaration
public RichValue(T obj, object tag = null)
Public Sub New(obj As T, Optional tag As Object = Nothing)
Parameters
Type Name Description
T obj

The actual object value.

object tag

The object that contains data about this RichValue<T> object.