Note

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

Access to this page requires authorization. You can try .

CustomAttributeValue<TType> Struct

Definition

Namespace:
System.Reflection.Metadata
Assembly:
System.Reflection.Metadata.dll
Package:
System.Reflection.Metadata v11.0.0-preview.5.26302.115
Source:
CustomAttributeValue.cs
Source:
CustomAttributeValue.cs
Source:
CustomAttributeValue.cs
Source:
CustomAttributeValue.cs
Source:
CustomAttributeValue.cs
Source:
CustomAttributeValue.cs
Source:
CustomAttributeValue.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 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

Name Description
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

Name Description
FixedArguments

Gets the fixed arguments for the custom attribute.

NamedArguments

Gets the named arguments for the custom attribute value.

Applies to


Feedback

Was this page helpful?