ProtocolJsonSerializer.GetAs<ToT,FromT>(FromT) 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 ToT GetAs<ToT,FromT>(FromT source);
static member GetAs : 'FromT -> 'oT
Public Function GetAs(Of ToT, FromT) (source As FromT) As ToT
Type Parameters
- ToT
- FromT
Parameters
- source
- FromT
Returns
ToT