Represents an erased provided method.
Constructor | Description |
Full Usage:
ProvidedMethod(methodName, parameters, returnType, ?invokeCode, ?isStatic)
Parameters:
string
parameters : ProvidedParameter list
returnType : Type
?invokeCode : Expr list -> Expr
?isStatic : bool
Returns: ProvidedMethod
|
|
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.DefineStaticParameters
Parameters:
ProvidedStaticParameter list
instantiationFunction : string -> obj[] -> ProvidedMethod
|
|
|
|