Méthode | Description | |
---|---|---|
And ( this left, TypeConstraint right ) : TypeConstraint | ||
NestedTypes ( this that ) : TypeConstraint | ||
Not ( this that ) : TypeConstraint | ||
Or ( this left, TypeConstraint right ) : TypeConstraint |
public static And ( this left, TypeConstraint right ) : TypeConstraint | ||
left | this | |
right | TypeConstraint | |
Résultat | TypeConstraint |
public static NestedTypes ( this that ) : TypeConstraint | ||
that | this | |
Résultat | TypeConstraint |
public static Not ( this that ) : TypeConstraint | ||
that | this | |
Résultat | TypeConstraint |
public static Or ( this left, TypeConstraint right ) : TypeConstraint | ||
left | this | |
right | TypeConstraint | |
Résultat | TypeConstraint |