public IArgumentSpecification Create(IEnumerable<IArgumentSpecification> contentsArgumentSpecifications, Type arrayType)
 {
     var matcher = new ArrayContentsArgumentMatcher(contentsArgumentSpecifications);
     return new ArgumentSpecification(arrayType, matcher);
 }
        public IArgumentSpecification Create(IEnumerable <IArgumentSpecification> contentsArgumentSpecifications, Type arrayType)
        {
            var matcher = new ArrayContentsArgumentMatcher(contentsArgumentSpecifications);

            return(new ArgumentSpecification(arrayType, matcher));
        }