Type.IsByRefImpl 方法

定義

當在派生類別中覆寫時,實作了該IsByRef屬性,並判斷是否通過引用傳遞。Type

protected:
 abstract bool IsByRefImpl();
protected abstract bool IsByRefImpl();
abstract member IsByRefImpl : unit -> bool
Protected MustOverride Function IsByRefImpl () As Boolean

傳回

trueType 通過參考 false,則 。

適用於

另請參閱