PairDeconstructorAttribute Class

Specifies what type to use as a pair deconstructor for the property this attribute is bound to.
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class PairDeconstructorAttribute : Attribute
Base Types
  • Attribute

Attributes

AttributeUsageAttribute

Constructors

PairDeconstructorAttribute(Type)
Initializes a new instance of the PairDeconstructorAttribute class.

Properties

Type Type
Gets the string that represents the type of the pair deconstructor class to use for data conversion for the object this attribute is bound to.