DefaultTypeArgumentAttribute.Type Property

Definition

Gets the type stored by the DefaultTypeArgumentAttribute.

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

Property Value

The Type stored as a default for generic parameters.

Applies to