RefSafetyRulesAttribute(Int32) コンストラクター

定義

RefSafetyRulesAttribute クラスの新しいインスタンスを初期化します。

public:
 RefSafetyRulesAttribute(int version);
public RefSafetyRulesAttribute (int version);
new System.Runtime.CompilerServices.RefSafetyRulesAttribute : int -> System.Runtime.CompilerServices.RefSafetyRulesAttribute
Public Sub New (version As Integer)

パラメーター

version
Int32

モジュールのコンパイル時に使用される ref 安全規則の言語バージョン。

適用対象