Type.IsByRefImpl 메서드

정의

파생 클래스에서 재정의되는 경우 IsByRef 속성을 구현하고 Type 참조로 전달되는지 여부를 결정합니다.

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

반품

참조로 전달되면 C이고, 그렇지 않으면 .입니다.

적용 대상

추가 정보