AsObject Method
Overloads
AsObject() |
Converts an info object into its corresponding GenericObject |
|
AsObject<T>() |
Converts an info object into its corresponding GenericObject |
AsObject()
Converts an info object into its corresponding GenericObject
Declaration
public GenericObject AsObject()
Returns
Type | Description |
---|---|
GenericObject |
a Generic Object |
Implements
AsObject<T>()
Converts an info object into its corresponding GenericObject
Declaration
public T AsObject<T>()
where T : GenericObject
Returns
Type | Description |
---|---|
T |
a Generic Object |
Type Parameters
Name | Description |
---|---|
T |
Expected GenericObject subclass type |
Implements
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!