Span2D<T>.DangerousGetReference Method

Definition

Returns a reference to the first element within the current instance, with no bounds check.

public ref T DangerousGetReference ();
member this.DangerousGetReference : unit -> 'T
Public Function DangerousGetReference () As T

Returns

T

A reference to the first element within the current instance.

Applies to