TypeDelegator.IsFunctionPointer Vlastnost

Definice

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

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

Hodnota vlastnosti

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

Platí pro