Example #1
0
 private bool IsValid(out string failReason)
 {
     return(VirtualProperty.IsValid(false, out failReason));
 }