共用方式為


DerivedPatterns.MethodWithReflectedDefinition 現用模式 (F#)

辨識有相關聯 ReflectedDefinition 的方法。

命名空間/模組路徑:Microsoft.FSharp.Quotations.DerivedPatterns

組件:FSharp.Core (在 FSharp.Core.dll 中)

// Signature:
( |MethodWithReflectedDefinition|_| ) : (methodBase:MethodBase) -> Expr option

參數

  • methodBase
    型別:MethodBase

    方法的描述。

傳回值

如果找到,則為方法定義的運算式,否則為 None。

備註

這個函式在 .NET Framework 組件中名為 MethodWithReflectedDefinitionPattern。 如果您是透過 F# 以外的 .NET Framework 語言存取成員,或透過反映存取成員,請使用這個名稱。

平台

Windows 7、Windows Vista SP2、Windows XP SP3、Windows XP x64 SP2、Windows Server 2008 R2、Windows Server 2008 SP2、Windows Server 2003 SP2

版本資訊

F# 執行階段

支援版本:2.0、4.0

Silverlight

支援版本:3

請參閱

參考

Quotations.DerivedPatterns 模組 (F#)

Microsoft.FSharp.Quotations 命名空間 (F#)