Type.IsFunctionPointer Property

Definition

Gets a value that indicates whether the current Type is a function pointer.

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

Property Value

true if the current Type is a function pointer; otherwise, false.

Applies to