CopierMethodAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |