Span2D<T>.DangerousGetReference Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.