FunctionUtils.ValidateAtLeastOne(Expression) Method
Definition
Important
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.
Validate at least 1 argument of any type.
public static void ValidateAtLeastOne (AdaptiveExpressions.Expression expression);
static member ValidateAtLeastOne : AdaptiveExpressions.Expression -> unit
Public Shared Sub ValidateAtLeastOne (expression As Expression)
Parameters
- expression
- Expression
Expression to validate.