Compartilhar via


DerivedTypeConstraintAttribute Classe

Definição

Representa um Attribute que pode ser colocado em uma propriedade ou colocado em uma classe para especificar as restrições de tipo derivado.

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class DerivedTypeConstraintAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type DerivedTypeConstraintAttribute = class
    inherit Attribute
Public NotInheritable Class DerivedTypeConstraintAttribute
Inherits Attribute
Herança
DerivedTypeConstraintAttribute
Atributos

Construtores

DerivedTypeConstraintAttribute()

Inicializa uma nova instância da classe DerivedTypeConstraintAttribute.

DerivedTypeConstraintAttribute(Type[])

Inicializa uma nova instância da DerivedTypeConstraintAttribute classe com os tipos permitidos.

Propriedades

DerivedTypeConstraints

Conjunto de restrições de tipo derivado

Aplica-se a