Concordion.Internal.ClassNameBasedSpecificationLocator.ClassNameBasedSpecificationLocator C# (CSharp) Method

ClassNameBasedSpecificationLocator() public method

public ClassNameBasedSpecificationLocator ( string mSpecificationSuffix ) : System
mSpecificationSuffix string
return System
        public ClassNameBasedSpecificationLocator(string mSpecificationSuffix)
        {
            this.m_SpecificationSuffix = mSpecificationSuffix;
        }

Same methods

ClassNameBasedSpecificationLocator::ClassNameBasedSpecificationLocator ( ) : System