[]
Initializes a new instance of the RichValue class.
public RichValue(T obj, object tag = null)
Public Sub New(obj As T, Optional tag As Object = Nothing)
Type | Name | Description |
---|---|---|
T | obj | The actual object value. |
object | tag | The object that contains data about this RichValue<T> object. |