ValueString.GetPinnableReference 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.
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.