ImmutableAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示應該將套用的類型、類型成員、參數或傳回值視為不可變,因此絕對不需要防禦性複本。 套用至非密封類別時,衍生型別不保證為不可變。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue | System.AttributeTargets.Struct, Inherited=false)]
public sealed class ImmutableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue | System.AttributeTargets.Struct, Inherited=false)>]
type ImmutableAttribute = class
inherit Attribute
Public NotInheritable Class ImmutableAttribute
Inherits Attribute
- 繼承
-
ImmutableAttribute
- 屬性
建構函式
ImmutableAttribute() |
表示應該將套用的類型、類型成員、參數或傳回值視為不可變,因此絕對不需要防禦性複本。 套用至非密封類別時,衍生型別不保證為不可變。 |