Type.IsGenericMethodParameter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出目前的 Type 是否在泛型方法的定義中代表型別參數。
public:
virtual property bool IsGenericMethodParameter { bool get(); };
public virtual bool IsGenericMethodParameter { get; }
member this.IsGenericMethodParameter : bool
Public Overridable ReadOnly Property IsGenericMethodParameter As Boolean
屬性值
true
如果 Type 物件代表泛型方法定義的型別參數,則為,否則為 false
。