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


CascadingTypeParameterAttribute Класс

Определение

Обозначает параметр универсального типа как каскадный. Это позволяет выводу универсального типа автоматически использовать это значение параметра типа для потомков, которые также имеют параметр типа с тем же именем.

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

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

CascadingTypeParameterAttribute(String)

Создает экземпляр CascadingTypeParameterAttribute.

Свойства

Name

Возвращает имя параметра типа.

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