ProvidedStaticParameter
Namespace: ProviderImplementation.ProvidedTypes
Represents a provided static parameter.
Constructors
| Constructor | Description |
new(...)
Signature: (parameterName:string * parameterType:Type * parameterDefaultValue:obj option) -> ProvidedStaticParameter
|
Create a new provided static parameter, for use with DefineStaticParamaeters on a provided type definition.
CompiledName: .ctor
|
Instance members
| Instance member | Description |
AddXmlDoc(xmlDoc)
Signature: xmlDoc:string -> unit
|
Add XML documentation information to this provided constructor
|
AddXmlDocDelayed(xmlDocFunction)
Signature: (xmlDocFunction:(unit -> string)) -> unit
|
Add XML documentation information to this provided constructor, where the computation of the documentation is delayed until necessary
|