Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Constant class.
Construct an expression constant.
public Constant (object value = default);
new AdaptiveExpressions.Constant : obj -> AdaptiveExpressions.Constant
Public Sub New (Optional value As Object = Nothing)