CustomAttributeTypedArgument<TType> 구조체

정의

사용자 지정 메타데이터 특성에 대해 형식 인수를 나타냅니다.

generic <typename TType>
public value class CustomAttributeTypedArgument
public readonly struct CustomAttributeTypedArgument<TType>
public struct CustomAttributeTypedArgument<TType>
type CustomAttributeTypedArgument<'ype> = struct
Public Structure CustomAttributeTypedArgument(Of TType)

형식 매개 변수

TType

인수 형식입니다.

상속
CustomAttributeTypedArgument<TType>

생성자

CustomAttributeTypedArgument<TType>(TType, Object)

지정된 인수 형식 및 값을 사용하여 CustomAttributeTypedArgument<TType> 구조체의 새 인스턴스를 초기화합니다.

속성

Type

인수의 형식을 가져옵니다.

Value

인수 값을 가져옵니다.

적용 대상