Type.IsFunctionPointer Propriété

Définition

Obtient une valeur qui indique si le actuel Type est un pointeur de fonction.

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

Valeur de propriété

true si le actuel Type est un pointeur de fonction ; sinon, false.

S’applique à