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

Search Results for

    Property Target

    Target

    Gets a read-only reference to the target value the current pointer is pointing to.

    Declaration
    public ref readonly T Target { get; }
    Property Value
    Type Description
    T

    A read-only reference to the target value the current pointer is pointing to.

    Remarks

    Accessing the target value through this property is equivalent to dereferencing the pointer.

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