CustomAttributeValue<TType> Struct

Definition

Represents a custom attribute of the type specified by 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)

Type Parameters

TType

The attribute type.

Inheritance
CustomAttributeValue<TType>

Constructors

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

Initializes a new instance of the CustomAttributeValue<TType> structure using the specified fixed arguments and named arguments.

Properties

FixedArguments

Gets the fixed arguments for the custom attribute.

NamedArguments

Gets the named arguments for the custom attribute value.

Applies to