コード例 #1
0
ファイル: ComparerContext.cs プロジェクト: SahmChri/ApiCheck
 public bool IsNotIgnored(ConstructorInfo constructorInfo)
 {
     return(!_ignoredElements.Contains(constructorInfo.GetCompareableName()));
 }