ProvidedEvent
Namespace: ProviderImplementation.ProvidedTypes
Represents an erased provided property.
Constructors
| Constructor | Description |
new(...)
Signature: (eventName:string * eventHandlerType:Type * adderCode:(Expr list -> Expr) * removerCode:(Expr list -> Expr) * isStatic:bool option) -> ProvidedEvent
|
Create a new provided event. It is not initially associated with any specific provided type definition.
CompiledName: .ctor
|
Instance members
| Instance member | Description |
AddDefinitionLocation(...)
Signature: (line:int * column:int * filePath:string) -> unit
|
Add definition location information to the provided type definition.
|
AddXmlDoc(xmlDoc)
Signature: xmlDoc:string -> unit
|
Add XML documentation information to this provided constructor
|
AddXmlDocComputed(xmlDocFunction)
Signature: (xmlDocFunction:(unit -> string)) -> unit
|
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.
|
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
|
IsStatic
Signature: bool
|
Get a flag indicating if the property is static.
CompiledName: get_IsStatic
|