CustomAttributeTypedArgument<TType> Struct

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Product Versions
.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)