Type.IsFunctionPointer Vlastnost

Definice

Získá hodnotu, která označuje, zda aktuální Type je ukazatel funkce.

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

Hodnota vlastnosti

true pokud je proud Type ukazatelem funkce, v opačném případě false.

Platí pro