GenericTypeParameterBuilder.IsGenericTypeDefinition 屬性

定義

取得所有情況下的 false

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

屬性值

所有情況下都是 false

備註

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

適用於