Core.ReflectedDefinitionAttribute クラス (F#)

ランタイムで使用するために使用できる値を実装する引用式を行うためのトップレベル値の定義の束縛にこの属性を追加します。これをモジュールまたは型のすべてのメンバーのすべての値を再帰的に適用されます型またはモジュールにこの属性を追加します。

名前空間/モジュール パス: Microsoft.FSharp.Core

アセンブリ: FSharp.Core (FSharp.Core.dll 内)

[<AttributeUsage(AttributeTargets.Class ||| AttributeTargets.Method ||| AttributeTargets.Property ||| AttributeTargets.Constructor, AllowMultiple = false)>]
[<Sealed>]
type ReflectedDefinitionAttribute =
 class
  new ReflectedDefinitionAttribute : unit -> ReflectedDefinitionAttribute
 end

解説

短縮形の名前である ReflectedDefinition も使用できます。

コンストラクター

メンバー

説明

new

属性のインスタンスを作成します。

プラットフォーム

Windows 8、Windows 7、Windows Server 2012 で Windows Server 2008 R2

バージョン情報

F# コア ライブラリのバージョン

サポート: ポータブル 2.0、4.0

参照

関連項目

Microsoft.FSharp.Core 名前空間 (F#)