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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.