[Home] Type Microsoft.FSharp.Quotations.TopDefnData


Specificaton of a reference to a top-level definition, including the namespace/module path to an F# value

Full Type Signature

type TopDefnData
  with
    [<Obsolete
      ("Avoid constructing TopDefnData values directly in your code. Instead use the active pattern 'AnyTopDefnUse' to match a quotation containing a use of the relevant function")>]
    static member Create : Assembly * (string list * string) * (Type list -> Type) -> TopDefnData
    member Assembly : Assembly
    member Path : string list * string
    member TypeScheme : (Type list -> Type)
  end

Instance Members

MemberDescription
member Assembly : Assembly
member Path : string list * string
member TypeScheme : (Type list -> Type)

Deprecated Members

MemberDescription
[<Obsolete
  ("Avoid constructing TopDefnData values directly in your code. Instead use the active pattern 'AnyTopDefnUse' to match a quotation containing a use of the relevant function")>]
member
  Create : Assembly * (string list * string) * (Type list -> Type) ->
           TopDefnData

Note: Avoid constructing TopDefnData values directly in your code. Instead use the active pattern 'AnyTopDefnUse' to match a quotation containing a use of the relevant function

See Also

Microsoft.FSharp.Quotations


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19