Class Cs.AllowsConstraintClause

java.lang.Object
org.openrewrite.csharp.tree.Cs.AllowsConstraintClause
All Implemented Interfaces:
Cs, Cs.TypeParameterConstraint, org.openrewrite.java.tree.J, org.openrewrite.Tree
Enclosing interface:
Cs

public static final class Cs.AllowsConstraintClause extends Object implements Cs, Cs.TypeParameterConstraint
Represents an `allows` constraint in a where clause. Example: where T : allows operator +