Core.CLIMutableAttribute クラス (F#)

レコード型にこの属性を追加できます。また、プロパティの getter および setter とともに既定のコンストラクターを使用して共通言語基盤 (CLI) の表示にコンパイルされます。

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

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

[<AttributeUsage(AttributeTargets.Class, AllowMultiple = false)>]
[<Sealed>]
type CLIMutableAttribute =
 class
  new CLIMutableAttribute : unit -> CLIMutableAttribute
 end

解説

また、CLIMutable 名前の短縮形を使用できます。

コンストラクター

メンバー

説明

new

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

プラットフォーム

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

バージョン情報

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

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

参照

関連項目

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