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

メソッドを、その型のコピー機能を提供するものとしてマークするために使用されます。

適用対象