CustomAttributeTypedArgument<TType> Struktura

Definicja

Reprezentuje typowany argument dla atrybutu niestandardowych metadanych.

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)

Parametry typu

TType

Typ argumentu.

Dziedziczenie
CustomAttributeTypedArgument<TType>

Konstruktory

CustomAttributeTypedArgument<TType>(TType, Object)

Inicjuje nowe wystąpienie struktury przy użyciu określonego typu argumentu CustomAttributeTypedArgument<TType> i wartości.

Właściwości

Type

Pobiera typ argumentu.

Value

Pobiera wartość argumentu.

Dotyczy