Returns true if the contents are dynamic, or false if they are static.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
protected virtual bool IsDynamic { get; } |
| Visual Basic (Declaration) |
|---|
Protected Overridable ReadOnly Property IsDynamic As Boolean |
Remarks
Static contents can only change if the test assembly is recompiled.
