コード例 #1
0
 protected override void BecauseOf()
 {
     m_result = IPNetworkHelper.GetNetworkMaskValue(PrefixLength);
 }
コード例 #2
0
 protected override void BecauseOf()
 {
     m_result = IPNetworkHelper.IsValidNetworkPrefixLength(Value);
 }
コード例 #3
0
 protected override void BecauseOf()
 {
     m_exception = Catch(() => { IPNetworkHelper.GetNetworkMaskValue(33); });
 }