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

Search Results for

    Operator explicit operator

    explicit operator NullableFunctionPointer<TDelegate>(FunctionPointer)

    Converts a FunctionPointer to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(FunctionPointer pointer)
    Parameters
    Type Name Description
    FunctionPointer pointer

    The FunctionPointer to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

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

    explicit operator NullableFunctionPointer<TDelegate>(PersistentFunctionPointer)

    Converts a PersistentFunctionPointer to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(PersistentFunctionPointer pointer)
    Parameters
    Type Name Description
    PersistentFunctionPointer pointer

    The PersistentFunctionPointer to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

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

    explicit operator NullableFunctionPointer<TDelegate>(NullableFunctionPointer)

    Converts a NullableFunctionPointer to a NullableFunctionPointer<TDelegate>.

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

    The NullableFunctionPointer to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

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

    explicit operator NullableFunctionPointer<TDelegate>(NullablePersistentFunctionPointer)

    Converts a NullablePersistentFunctionPointer to a NullableFunctionPointer<TDelegate>.

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

    The NullablePersistentFunctionPointer to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

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

    explicit operator NullableFunctionPointer<TDelegate>(Pointer)

    Converts a Pointer to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(Pointer pointer)
    Parameters
    Type Name Description
    Pointer pointer

    The Pointer to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified Pointer, reinterpreted as an executable function.

    explicit operator NullableFunctionPointer<TDelegate>(PointerReadOnly)

    Converts a PointerReadOnly to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(PointerReadOnly pointer)
    Parameters
    Type Name Description
    PointerReadOnly pointer

    The PointerReadOnly to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified PointerReadOnly, reinterpreted as an executable function.

    explicit operator NullableFunctionPointer<TDelegate>(SequencePointer)

    Converts a SequencePointer to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(SequencePointer pointer)
    Parameters
    Type Name Description
    SequencePointer pointer

    The SequencePointer to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified SequencePointer, reinterpreted as an executable function.

    explicit operator NullableFunctionPointer<TDelegate>(SequencePointerReadOnly)

    Converts a SequencePointerReadOnly to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(SequencePointerReadOnly pointer)
    Parameters
    Type Name Description
    SequencePointerReadOnly pointer

    The SequencePointerReadOnly to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified SequencePointerReadOnly, reinterpreted as an executable function.

    explicit operator NullableFunctionPointer<TDelegate>(PersistentPointer)

    Converts a PersistentPointer to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(PersistentPointer pointer)
    Parameters
    Type Name Description
    PersistentPointer pointer

    The PersistentPointer to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified PersistentPointer, reinterpreted as an executable function.

    explicit operator NullableFunctionPointer<TDelegate>(PersistentPointerReadOnly)

    Converts a PersistentPointerReadOnly to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(PersistentPointerReadOnly pointer)
    Parameters
    Type Name Description
    PersistentPointerReadOnly pointer

    The PersistentPointerReadOnly to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified PersistentPointerReadOnly, reinterpreted as an executable function.

    explicit operator NullableFunctionPointer<TDelegate>(PersistentSequencePointer)

    Converts a PersistentSequencePointer to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(PersistentSequencePointer pointer)
    Parameters
    Type Name Description
    PersistentSequencePointer pointer

    The PersistentSequencePointer to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified PersistentSequencePointer, reinterpreted as an executable function.

    explicit operator NullableFunctionPointer<TDelegate>(PersistentSequencePointerReadOnly)

    Converts a PersistentSequencePointerReadOnly to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(PersistentSequencePointerReadOnly pointer)
    Parameters
    Type Name Description
    PersistentSequencePointerReadOnly pointer

    The PersistentSequencePointerReadOnly to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified PersistentSequencePointerReadOnly, reinterpreted as an executable function.

    explicit operator NullableFunctionPointer<TDelegate>(NullablePointer)

    Converts a NullablePointer to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(NullablePointer pointer)
    Parameters
    Type Name Description
    NullablePointer pointer

    The NullablePointer to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified NullablePointer, reinterpreted as an executable function.

    explicit operator NullableFunctionPointer<TDelegate>(NullablePointerReadOnly)

    Converts a NullablePointerReadOnly to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(NullablePointerReadOnly pointer)
    Parameters
    Type Name Description
    NullablePointerReadOnly pointer

    The NullablePointerReadOnly to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified NullablePointerReadOnly, reinterpreted as an executable function.

    explicit operator NullablePointerReadOnly(NullableFunctionPointer<TDelegate>)

    Converts a NullableFunctionPointer<TDelegate> to a NullablePointerReadOnly.

    Declaration
    public static explicit operator NullablePointerReadOnly(NullableFunctionPointer<TDelegate> pointer)
    Parameters
    Type Name Description
    NullableFunctionPointer<TDelegate> pointer

    The NullableFunctionPointer<TDelegate> to convert.

    Returns
    Type Description
    NullablePointerReadOnly

    A NullablePointerReadOnly pointing to the target that's the same target function as the specified NullableFunctionPointer<TDelegate>, reinterpreted as data.

    explicit operator NullableFunctionPointer<TDelegate>(NullableSequencePointer)

    Converts a NullableSequencePointer to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(NullableSequencePointer pointer)
    Parameters
    Type Name Description
    NullableSequencePointer pointer

    The NullableSequencePointer to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified NullableSequencePointer, reinterpreted as an executable function.

    explicit operator NullableFunctionPointer<TDelegate>(NullableSequencePointerReadOnly)

    Converts a NullableSequencePointerReadOnly to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(NullableSequencePointerReadOnly pointer)
    Parameters
    Type Name Description
    NullableSequencePointerReadOnly pointer

    The NullableSequencePointerReadOnly to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified NullableSequencePointerReadOnly, reinterpreted as an executable function.

    explicit operator NullableFunctionPointer<TDelegate>(NullablePersistentPointer)

    Converts a NullablePersistentPointer to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(NullablePersistentPointer pointer)
    Parameters
    Type Name Description
    NullablePersistentPointer pointer

    The NullablePersistentPointer to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified NullablePersistentPointer, reinterpreted as an executable function.

    explicit operator NullableFunctionPointer<TDelegate>(NullablePersistentPointerReadOnly)

    Converts a NullablePersistentPointerReadOnly to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(NullablePersistentPointerReadOnly pointer)
    Parameters
    Type Name Description
    NullablePersistentPointerReadOnly pointer

    The NullablePersistentPointerReadOnly to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified NullablePersistentPointerReadOnly, reinterpreted as an executable function.

    explicit operator NullableFunctionPointer<TDelegate>(NullablePersistentSequencePointer)

    Converts a NullablePersistentSequencePointer to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(NullablePersistentSequencePointer pointer)
    Parameters
    Type Name Description
    NullablePersistentSequencePointer pointer

    The NullablePersistentSequencePointer to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified NullablePersistentSequencePointer, reinterpreted as an executable function.

    explicit operator NullableFunctionPointer<TDelegate>(NullablePersistentSequencePointerReadOnly)

    Converts a NullablePersistentSequencePointerReadOnly to a NullableFunctionPointer<TDelegate>.

    Declaration
    public static explicit operator NullableFunctionPointer<TDelegate>(NullablePersistentSequencePointerReadOnly pointer)
    Parameters
    Type Name Description
    NullablePersistentSequencePointerReadOnly pointer

    The NullablePersistentSequencePointerReadOnly to convert.

    Returns
    Type Description
    NullableFunctionPointer<TDelegate>

    A NullableFunctionPointer<TDelegate> pointing to the target function that's the same target as the specified NullablePersistentSequencePointerReadOnly, reinterpreted as an executable function.

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