As Method
Overloads
As<T>() |
Interprets abstract structure as a different type. |
As<T>()
Interprets abstract structure as a different type.
Declaration
public T As<T>()
where T : AbstractStructure, new()
Returns
Type | Description |
---|---|
T |
The object interpreted as instance of T. |
Type Parameters
Name | Description |
---|---|
T |
The target 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!