|
Add definition location information to the provided type definition.
-
line
:
int
-
column
:
int
-
filePath
:
string
|
|
Add XML documentation information to this provided constructor
-
xmlDoc
:
string
|
|
Add XML documentation information to this provided constructor, where the computation of the documentation is delayed until necessary
The documentation is re-computed every time it is required.
-
xmlDocFunction
:
unit -> string
|
|
Add XML documentation information to this provided constructor, where the computation of the documentation is delayed until necessary
-
xmlDocFunction
:
unit -> string
|
|
Get a flag indicating if the property is static.
-
Returns:
bool
|