Type.IsGenericMethodParameter 屬性
定義
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
。true
if the Type object represents a type parameter of a generic method definition; otherwise, false
.