Share via


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

取得型別參數的名稱。

適用於