Method AllocatingGCMemory
AllocatingGCMemory(ConstraintExpression)
Creates a new Assert constraint for asserting on GC memory. See AllocatingGCMemoryConstraint.
선언
public static AllocatingGCMemoryConstraint AllocatingGCMemory(this ConstraintExpression chain)
파라미터
타입 | 이름 | 설명 |
---|---|---|
ConstraintExpression | chain | The constraint expression to be appended to. |
반환
타입 | 설명 |
---|---|
AllocatingGCMemoryConstraint | The resulting constraint |