Skip to content
Version 2.11.0
↓ Get the launcher

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.