Lezen in het Engels Bewerken

Delen via


Type.IsFunctionPointer Property

Definition

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

C#
public virtual bool IsFunctionPointer { get; }

Property Value

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

Applies to