Grandparents: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 December 2023

  • curprev 13:4313:43, 21 December 2023Tayfunwiki talk contribs 2,191 bytes +2,191 Created page with "== <code>Grandparents</code> Method in Actor Class == === Overview === The <code>Grandparents</code> method in the <code>Actor</code> class retrieves the grandparents of an actor. It allows for the inclusion or exclusion of deceased grandparents based on the provided parameter. === Syntax === <syntaxhighlight lang="c#"> public IEnumerable<Actor> Grandparents(bool inclusivePassive = true) </syntaxhighlight> === Parameters === * <code>inclusivePassive</code> (bool): A..." Tag: Visual edit