Edytuj

Udostępnij za pośrednictwem


CopierMethodAttribute Class

Definition

Used to mark a method as providing a copier function for that type.

[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
Inheritance
CopierMethodAttribute
Attributes

Constructors

CopierMethodAttribute()

Applies to