DecisionCriterionValue Struct

Syntax

public struct DecisionCriterionValue

GitHub

View on GitHub

structure Microsoft.AspNet.Mvc.Internal.DecisionTree.DecisionCriterionValue

Constructors

DecisionCriterionValue(System.Object, System.Boolean)
Arguments:
  • value (System.Object) –
  • isCatchAll (System.Boolean) –
public DecisionCriterionValue(object value, bool isCatchAll)

Properties

IsCatchAll()
Return type:System.Boolean
public bool IsCatchAll { get; }
Value()
Return type:System.Object
public object Value { get; }