Method AllocatingGCMemory
AllocatingGCMemory(ConstraintExpression)
Creates a new Assert constraint for asserting on GC memory. See AllocatingGCMemoryConstraint.
Declaration
public static AllocatingGCMemoryConstraint AllocatingGCMemory(this ConstraintExpression chain)
Parameters
| Type | Name | Description |
|---|---|---|
| ConstraintExpression | chain | The constraint expression to be appended to. |
Returns
| Type | Description |
|---|---|
| AllocatingGCMemoryConstraint | The resulting constraint |