Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CustomAttributeNamedArgument<TType> Struct
Definition
- Namespace:
- System.Reflection.Metadata
- Assembly:
- System.Reflection.Metadata.dll
- Package:
- System.Reflection.Metadata v11.0.0-preview.5.26302.115
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 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
Constructors
| Name | Description |
|---|---|
| CustomAttributeNamedArgument<TType>(String, CustomAttributeNamedArgumentKind, TType, Object) |
Initializes a new instance of the CustomAttributeNamedArgument<TType> structure using the specified name, kind, type, and value. |
Properties
| Name | Description |
|---|---|
| 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
Feedback
Was this page helpful?
