DeletedAttribute クラス

定義

__deleted システム プロパティを表す型のメンバーに適用される属性。

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public class DeletedAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type DeletedAttribute = class
    inherit Attribute
Public Class DeletedAttribute
Inherits Attribute
継承
DeletedAttribute
属性

コンストラクター

DeletedAttribute()

DeletedAttribute クラスの新しいインスタンスを初期化します。

適用対象