StellarInterop.FindFieldUp method
Finds a field named name by walking the base chain. Rarely needed on il2cpp (fields are properties there) but present for the occasional managed backing field. Returns null if absent.
public static FieldInfo? FindFieldUp(Type? t, string name)| parameter | description |
|---|---|
| t | Starting type. |
| name | Field name. |
See Also
Section titled “See Also”- class StellarInterop
- namespace Stellar.Abstractions.Services