NRConfigManager.Rendering.Match.Match C# (CSharp) 메소드

Match() 공개 메소드

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

Same methods

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