Aunts: 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:5213:52, 21 December 2023Tayfunwiki talk contribs 2,252 bytes +2,252 Created page with "== <code>Aunts</code> Method in Actor Class == === Overview === The <code>Aunts</code> method in the <code>Actor</code> class is designed to retrieve the aunts of an actor. This method provides the option to include or exclude deceased aunts based on the specified parameter. === Syntax === <syntaxhighlight lang="c#"> public IEnumerable<Actor> Aunts(bool inclusivePassive = true) </syntaxhighlight> === Parameters === * <code>inclusivePassive</code> (bool): This flag in..." Tag: Visual edit