We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8788a commit f4070faCopy full SHA for f4070fa
1 file changed
src/IGLib.Core/Console/Validation/CompositeValidator.cs
@@ -8,7 +8,7 @@ namespace IGLib
8
9
public sealed class CompositeValidator<T> // : IValidator<T>
10
{
11
-
+ private readonly IReadOnlyList<IValidator<T>> _validators;
12
13
}
14
0 commit comments