Represents a provided static parameter.
Constructor | Description |
Full Usage:
ProvidedStaticParameter(parameterName, parameterType, ?parameterDefaultValue)
Parameters:
string
parameterType : Type
?parameterDefaultValue : obj
Returns: ProvidedStaticParameter
|
Create a new provided static parameter, for use with DefineStaticParamaeters on a provided type definition.
|
Instance member | Description |
Full Usage:
this.AddXmlDoc(xmlDoc)
Parameters:
string
|
Add XML documentation information to this provided constructor
|
Full Usage:
this.AddXmlDocDelayed(xmlDocFunction)
Parameters:
unit -> string
|
Add XML documentation information to this provided constructor, where the computation of the documentation is delayed until necessary
|