CustomAttributeTypedArgument<TType> Struct

Definition

Represents a typed argument for a custom metadata attribute.

C#
public readonly struct CustomAttributeTypedArgument<TType>
C#
public struct CustomAttributeTypedArgument<TType>

Type Parameters

TType

The type of the argument.

Inheritance
CustomAttributeTypedArgument<TType>

Constructors

CustomAttributeTypedArgument<TType>(TType, Object)

Initializes a new instance of the CustomAttributeTypedArgument<TType> structure using the specified argument type and value.

Properties

Type

Gets the type of the argument.

Value

Gets the value of the argument.

Applies to

Proizvod Verzije
.NET Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)