Box<T>.GetFrom(Object) 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 Microsoft.Toolkit.HighPerformance.Box<T> GetFrom (object obj);
static member GetFrom : obj -> Microsoft.Toolkit.HighPerformance.Box<'T (requires 'T : struct)>
Public Shared Function GetFrom (obj As Object) As Box(Of T)
Parameters
Returns
A Box<T> reference pointing to obj
.