BrothersInLaw: 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 14:5314:53, 21 December 2023Tayfunwiki talk contribs 2,498 bytes +2,498 Created page with "== <code>BrothersInLaw</code> Method in Actor Class == === Overview === The <code>BrothersInLaw</code> method in the <code>Actor</code> class is used to retrieve the brothers-in-law of an actor. This method includes a parameter to specify whether deceased brothers-in-law should be included in the returned collection. === Syntax === <syntaxhighlight lang="c#"> public IEnumerable<Actor> BrothersInLaw(bool inclusivePassive = true) </syntaxhighlight> === Parameters === *..." Tag: Visual edit