다음을 통해 공유


RegisterCopierAttribute 클래스

정의

형식에 적용된 경우 는 형식이 복사기이며 자동으로 등록되어야 임을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class RegisterCopierAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type RegisterCopierAttribute = class
    inherit Attribute
Public NotInheritable Class RegisterCopierAttribute
Inherits Attribute
상속
RegisterCopierAttribute
특성

생성자

RegisterCopierAttribute()

형식에 적용된 경우 는 형식이 복사기이며 자동으로 등록되어야 임을 나타냅니다.

적용 대상