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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.