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)

의 instance 생성합니다CascadingTypeParameterAttribute.

속성

Name

형식 매개 변수의 이름을 가져옵니다.

적용 대상