Headless.ComponentsLocationValidator.Matches C# (CSharp) Метод

Matches() публичный Метод

This method is not implemented.
public Matches ( Uri location, IEnumerable matchingExpressions ) : bool
location System.Uri
matchingExpressions IEnumerable
Результат bool
        public virtual bool Matches(Uri location, IEnumerable<Regex> matchingExpressions)
        {
            throw new NotImplementedException();
        }

Same methods

ComponentsLocationValidator::Matches ( Uri location, Uri expectedLocation ) : bool
ComponentsLocationValidator