CustomAttributeNamedArgument<TType> Struct

Definition

Represents a named argument decoded from a custom attribute signature.

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)

Type Parameters

TType

The type used to represent types of values decoded from the custom attribute signature.

Inheritance
CustomAttributeNamedArgument<TType>

Constructors

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

Initializes a new instance of the CustomAttributeNamedArgument<TType> structure using the specified name, kind, type, and value.

Properties

Kind

Gets the kind of argument.

Name

Gets the name of the argument.

Type

Gets the type of the argument.

Value

Gets the value of the argument.

Applies to