AgentMulder.ReSharper.Domain.Patterns.BasedOnPatternBase.BasedOnPatternBase C# (CSharp) Method

BasedOnPatternBase() protected method

protected BasedOnPatternBase ( IStructuralSearchPattern pattern ) : System.Collections.Generic
pattern IStructuralSearchPattern
return System.Collections.Generic
        protected BasedOnPatternBase(IStructuralSearchPattern pattern)
            : base(pattern)
        {
        }