CustomAttributeNamedArgument<TType> 구조체

정의

사용자 지정 특성 서명에서 디코딩된 명명된 인수를 나타냅니다.

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

형식 매개 변수

TType

사용자 지정 특성 서명에서 디코딩된 값의 형식을 나타내는 데 사용되는 형식입니다.

상속
CustomAttributeNamedArgument<TType>

생성자

CustomAttributeNamedArgument<TType>(String, CustomAttributeNamedArgumentKind, TType, Object)

지정된 이름, 종류, 형식 및 값을 사용하여 CustomAttributeNamedArgument<TType> 구조체의 새 인스턴스를 초기화합니다.

속성

Kind

인수의 종류를 가져옵니다.

Name

인수의 이름을 가져옵니다.

Type

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

Value

인수 값을 가져옵니다.

적용 대상