Exemplo n.º 1
0
 public static SignaturePart Constrained([NotNull] SignaturePart inner, [NotNull] Constraint constraint)
 {
     return(ConstrainedPart.From(inner, constraint));
 }