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

用于将方法标记为为该类型提供复制器函数。

适用于