ImmutableAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Immutable 属性は、マークされたクラスまたは構造体のインスタンスが作成された後に変更されていないことを示します。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class ImmutableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type ImmutableAttribute = class
inherit Attribute
Public NotInheritable Class ImmutableAttribute
Inherits Attribute
- 継承
-
ImmutableAttribute
- 属性
注釈
これは、インスタンスの作成後にサブオブジェクトも変更されないことを意味します。
コンストラクター
ImmutableAttribute() |
Immutable 属性は、マークされたクラスまたは構造体のインスタンスが作成された後に変更されていないことを示します。 |