CloneSubstructureAs Method
Overloads
CloneSubstructureAs<T>(String) |
Clones a substructure of the abstract structure and interprets it as type T. |
CloneSubstructureAs<T>(String)
Clones a substructure of the abstract structure and interprets it as type T.
Declaration
public T CloneSubstructureAs<T>(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
The qix path to the property to retrieve. |
Returns
Type | Description |
---|---|
T |
The interpreted sub structure, or the default value of the type T if the path can not be found. |
Type Parameters
Name | Description |
---|---|
T |
The expected type of the property object. |
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!