Type.IsGenericMethodParameter 屬性

定義

會得到一個值,表示電流 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

適用於