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

型パラメーターの名前を取得します。

適用対象