IPartyRoster.Members property
All party members including self. Sorted with self first, then by join order. Empty when solo. The reference is stable for the frame; the snapshot is rebuilt lazily when state changes.
public IReadOnlyList<PartyMember> Members { get; }See Also
Section titled “See Also”- struct PartyMember
- interface IPartyRoster
- namespace Stellar.Abstractions.Services