RefSafetyRulesAttribute(Int32) Constructor

Definition

Initializes a new instance of the RefSafetyRulesAttribute class.

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

Parameters

version
Int32

The language version of the ref safety rules used when the module was compiled.

Applies to