RefSafetyRulesAttribute(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.