CustomAttributeValue<TType> 구조체

정의

TType에서 지정된 형식의 사용자 지정 특성을 나타냅니다.

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

형식 매개 변수

TType

특성 유형입니다.

상속
CustomAttributeValue<TType>

생성자

CustomAttributeValue<TType>(ImmutableArray<CustomAttributeTypedArgument<TType>>, ImmutableArray<CustomAttributeNamedArgument<TType>>)

지정된 고정 인수 및 명명된 인수를 사용하여 CustomAttributeValue<TType> 구조체의 새 인스턴스를 초기화합니다.

속성

FixedArguments

사용자 지정 특성에 대한 고정 인수를 가져옵니다.

NamedArguments

사용자 지정 특성 값에 대한 명명된 인수를 가져옵니다.

적용 대상