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