| ActBaseConstructor Property |
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public ConstructorInfo Constructor { get; }
Public ReadOnly Property Constructor As ConstructorInfo
Get
public:
property ConstructorInfo^ Constructor {
ConstructorInfo^ get ();
}
member Constructor : ConstructorInfo with get
Property Value
Type:
ConstructorInfoRemarks
This property is null if the Act is not for testing a constructor.
See Also