SemPtr SemPtr
SemPtr SemPtr
Documentation generated with DocFX
Using SingulinkFX as the template

Search Results for

    Operator implicit operator

    implicit operator NullableFunctionPointer(NullablePersistentFunctionPointer<TDelegate>)

    Converts a NullablePersistentFunctionPointer<TDelegate> to a NullableFunctionPointer.

    Declaration
    public static implicit operator NullableFunctionPointer(NullablePersistentFunctionPointer<TDelegate> pointer)
    Parameters
    Type Name Description
    NullablePersistentFunctionPointer<TDelegate> pointer

    The NullablePersistentFunctionPointer<TDelegate> to convert.

    Returns
    Type Description
    NullableFunctionPointer

    A NullableFunctionPointer pointing to the same target function as the specified NullablePersistentFunctionPointer<TDelegate>.

    implicit operator NullableFunctionPointer<TDelegate>(NullablePersistentFunctionPointer<TDelegate>)

    Converts a NullablePersistentFunctionPointer<TDelegate> to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static implicit operator NullableFunctionPointer<TDelegate>(NullablePersistentFunctionPointer<TDelegate> pointer)
    Parameters
    Type Name Description
    NullablePersistentFunctionPointer<TDelegate> pointer

    The NullablePersistentFunctionPointer<TDelegate> to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the same target function as the specified NullablePersistentFunctionPointer<TDelegate>.

    implicit operator NullablePersistentFunctionPointer(NullablePersistentFunctionPointer<TDelegate>)

    Converts a NullablePersistentFunctionPointer<TDelegate> to a NullablePersistentFunctionPointer.

    Declaration
    public static implicit operator NullablePersistentFunctionPointer(NullablePersistentFunctionPointer<TDelegate> pointer)
    Parameters
    Type Name Description
    NullablePersistentFunctionPointer<TDelegate> pointer

    The NullablePersistentFunctionPointer<TDelegate> to convert.

    Returns
    Type Description
    NullablePersistentFunctionPointer

    A NullablePersistentFunctionPointer pointing to the same target function as the specified NullablePersistentFunctionPointer<TDelegate>.

    © 2026 Felix Rüdiger. SemPtr and its documentation are licensed under the MIT license.