Поделиться через


CompoundTypeAliasAttribute Класс

Определение

При применении к типу указывает, что тип должен быть закодирован как отношение к указанному типу.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct)]
public sealed class CompoundTypeAliasAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct, AllowMultiple=true)]
public sealed class CompoundTypeAliasAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct)>]
type CompoundTypeAliasAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Struct, AllowMultiple=true)>]
type CompoundTypeAliasAttribute = class
    inherit Attribute
Public NotInheritable Class CompoundTypeAliasAttribute
Inherits Attribute
Наследование
CompoundTypeAliasAttribute
Атрибуты

Конструкторы

CompoundTypeAliasAttribute(Object[])

Инициализирует новый экземпляр класса CompoundTypeAliasAttribute.

Свойства

Components

Возвращает компоненты псевдонима.

Применяется к

См. также раздел