NRConfigManager.Rendering.ExactMethodMatcher.ExactMethodMatcher C# (CSharp) Method

ExactMethodMatcher() public method

public ExactMethodMatcher ( ) : System
return System
        public ExactMethodMatcher()
        {
            this.ParameterTypes = string.Empty;
        }

Same methods

ExactMethodMatcher::ExactMethodMatcher ( string methodName, string parameterTypes ) : System