GenericTypeParameterBuilder.IsGenericType 屬性

定義

在所有情況下都會傳回 false

public:
 virtual property bool IsGenericType { bool get(); };
public override bool IsGenericType { get; }
member this.IsGenericType : bool
Public Overrides ReadOnly Property IsGenericType As Boolean

屬性值

所有情況下都是 false

備註

在建構型別中,指派給泛型型別參數的類型可以是泛型型別,但型別參數本身不是泛型。

適用於