ValueString.GetPinnableReference Method

Definition

Get a read-only reference to a character that can be used for pinning and is required to support the use of ValueString within a fixed statement.

public ref readonly char GetPinnableReference ();
member this.GetPinnableReference : unit -> char
Public Function GetPinnableReference () As Char

Returns

A read-only reference to a character that can be used for pinning.

Applies to