Box<T>.TryGetFrom(Object, Box<T>) 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.
public static bool TryGetFrom (object obj, out Microsoft.Toolkit.HighPerformance.Box<T>? box);
static member TryGetFrom : obj * Box -> bool
Public Shared Function TryGetFrom (obj As Object, ByRef box As Box(Of T)) As Boolean
Parameters
Returns
true
if a Box<T> instance was retrieved correctly, false
otherwise.