Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CustomAttributeTypedArgument<TType> Struct

Definition

Namespace:
System.Reflection.Metadata
Assembly:
System.Reflection.Metadata.dll
Package:
System.Reflection.Metadata v11.0.0-preview.5.26302.115
Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs

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.

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

Type Parameters

TType

The type of the argument.

Inheritance
CustomAttributeTypedArgument<TType>

Constructors

Name Description
CustomAttributeTypedArgument<TType>(TType, Object)

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

Properties

Name Description
Type

Gets the type of the argument.

Value

Gets the value of the argument.

Applies to


Feedback

Was this page helpful?