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

Match() public method

public Match ( ) : System
return System
        public Match()
        {
            this.Matches = new List<ExactMethodMatcher>();
        }

Same methods

Match::Match ( string assemblyName, string className ) : System
Match