GenericTypeParameterBuilder.IsGenericType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在所有情況下都會傳回 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
。
備註
在建構型別中,指派給泛型型別參數的類型可以是泛型型別,但型別參數本身不是泛型。