CustomAttributeNamedArgument<TType>.Type Property

Definition

Gets the type of the argument.

public:
 property TType Type { TType get(); };
public TType Type { get; }
member this.Type : 'ype
Public ReadOnly Property Type As TType

Property Value

TType

The argument type.

Applies to