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

NotNullOrEmptyDocumented() 공개 정적인 메소드

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