共用方式為


ImmutableAttribute 類別

定義

表示應該將套用的類型、類型成員、參數或傳回值視為不可變,因此絕對不需要防禦性複本。 套用至非密封類別時,衍生型別不保證為不可變。

[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()

表示應該將套用的類型、類型成員、參數或傳回值視為不可變,因此絕對不需要防禦性複本。 套用至非密封類別時,衍生型別不保證為不可變。

適用於

另請參閱