예제 #1
0
 => TryGetRuleSeverity(namingRuleName, conventionsDictionary, x => x.value, x => x.line, out value);
 return(TryGetNamingStyleData(
            namingRuleName,
            properties,
            s => s.value,
            x => x.line,
            s => (s.value, s.line),