RegisterCopierAttribute Class

Definition

When applied to a type, indicates that the type is an copier and that it should be automatically registered.

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

Constructors

RegisterCopierAttribute()

Applies to