FsXaml


ProvidedStaticParameter

Namespace: ProviderImplementation.ProvidedTypes

Represents a provided static parameter.

Constructors

ConstructorDescription
new(...)
Signature: (parameterName:string * parameterType:Type * parameterDefaultValue:obj option) -> ProvidedStaticParameter

CompiledName: .ctor

Instance members

Instance memberDescription
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

Fork me on GitHub