StellarInterop.FindPropertyUp method
Finds a property named name by walking the base chain (il2cpp fields surface as properties, and inherited members are not returned without a base-chain walk). Returns null if absent.
public static PropertyInfo? FindPropertyUp(Type? t, string name)| parameter | description |
|---|---|
| t | Starting type. |
| name | Property name. |
See Also
Section titled “See Also”- class StellarInterop
- namespace Stellar.Abstractions.Services