Type.IsFunctionPointer 속성

정의

현재 Type 가 함수 포인터인지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool IsFunctionPointer { bool get(); };
public virtual bool IsFunctionPointer { get; }
member this.IsFunctionPointer : bool
Public Overridable ReadOnly Property IsFunctionPointer As Boolean

속성 값

true 현재 Type 가 함수 포인터이면 이고, false그렇지 않으면 입니다.

적용 대상