Catel.ReSharper.Arguments.ExceptionXmlDocDetectionHelper.IsMinimalDocumented C# (CSharp) 메소드

IsMinimalDocumented() 공개 정적인 메소드

public static IsMinimalDocumented ( string xmlDoc, string argumentName ) : bool
xmlDoc string
argumentName string
리턴 bool
        public static bool IsMinimalDocumented(string xmlDoc, string argumentName)
        {
            return IsMatch(ExceptionXmlDocDectectionPatterns.IsMinimal, argumentName, xmlDoc);
        }