Пример #1
0
 public AssertSimpleHint(AssertSimpleType hintType) : this(hintType, VCExprHint.EmptyExprHint())
 {
 }
Пример #2
0
 public AssertSimpleHint(AssertSimpleType hintType, VCExprHint vcExprHint) : base(vcExprHint)
 {
     this.hintType = hintType;
 }