Uncles: 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:5113:51, 21 December 2023Tayfunwiki talk contribs 2,285 bytes +2,285 Created page with "== <code>Uncles</code> Method in Actor Class == === Overview === The <code>Uncles</code> method in the <code>Actor</code> class is designed to retrieve the uncles of an actor. It includes an option to incorporate both living and deceased uncles based on the provided parameter. === Syntax === <syntaxhighlight lang="c#"> public IEnumerable<Actor> Uncles(bool inclusivePassive = true) </syntaxhighlight> === Parameters === * <code>inclusivePassive</code> (bool): This flag..." Tag: Visual edit