コード例 #1
0
ファイル: DynamicXml.cs プロジェクト: jraghu24/Rraghu
 public bool IsNotModZero(int modulus)
 {
     return(_inner.IsNotModZero(modulus));
 }