다음을 통해 공유


CopierMethodAttribute 클래스

정의

메서드를 해당 형식에 대한 복사기 함수를 제공하는 것으로 표시하는 데 사용됩니다.

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

생성자

CopierMethodAttribute()

메서드를 해당 형식에 대한 복사기 함수를 제공하는 것으로 표시하는 데 사용됩니다.

적용 대상