Conversions.ToGenericParameter<T>(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.
Converts an object to a generic type T
.
public:
generic <typename T>
static T ToGenericParameter(System::Object ^ Value);
public static T ToGenericParameter<T>(object Value);
public static T? ToGenericParameter<T>(object? Value);
static member ToGenericParameter : obj -> 'T
Public Shared Function ToGenericParameter(Of T) (Value As Object) As T
Type Parameters
- T
The type to convert Value
to.
Parameters
- Value
- Object
The object to convert.
Returns
T
A structure or object of generic type T
.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.