Represents an erased provided property.
Constructor | Description |
Full Usage:
ProvidedProperty(propertyName, propertyType, ?getterCode, ?setterCode, ?isStatic, ?indexParameters, ?pattrs)
Parameters:
string
propertyType : Type
?getterCode : Expr list -> Expr
?setterCode : Expr list -> Expr
?isStatic : bool
?indexParameters : ProvidedParameter list
?pattrs : MethodAttributes
Returns: ProvidedProperty
|
|
Instance member | Description |
|
|
Full Usage:
this.AddDefinitionLocation
Parameters:
int
column : int
filePath : string
|
|
Full Usage:
this.AddObsoleteAttribute
Parameters:
string
?isError : bool
|
|
Full Usage:
this.AddXmlDoc
Parameters:
string
|
|
Full Usage:
this.AddXmlDocComputed
Parameters:
unit -> string
|
|
Full Usage:
this.AddXmlDocDelayed
Parameters:
unit -> string
|
|
Full Usage:
this.IsStatic
Returns: bool
|