CustomAttributeNamedArgument<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 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
CustomAttributeNamedArgument<TType>(String, CustomAttributeNamedArgumentKind, TType, Object) |
Initializes a new instance of the CustomAttributeNamedArgument<TType> structure using the specified name, kind, type, and value. |
Properties
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. |