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

IsNotNullDocumented() 공개 정적인 메소드

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