ListConstraint

class ListConstraint : Constraint


Represents constraints on elements of a list.

Summary

Public constructors

ListConstraint(elementConstraint: Constraint)

Create a ListConstraint instance.

Public properties

Constraint

The allowed values for each element of the list.

Public constructors

ListConstraint

ListConstraint(elementConstraint: Constraint)

Create a ListConstraint instance.

Public properties

elementConstraint

val elementConstraintConstraint

The allowed values for each element of the list.