IsConstructCall Property
Type
Default Value
Read Only
Description
[C#]
bool
[Visual Basic]
Boolean
n/a
Yes
Indicates whether the call is a 'new' call.
Notes
The property indicates whether the function call is a 'new' call.
Example
None.