FullName: 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.

22 December 2023

  • curprev 07:1307:13, 22 December 2023Tayfunwiki talk contribs 2,351 bytes +2,351 Created page with "== <code>FullName</code> Property in Actor Class == === Overview === The <code>FullName</code> property in the <code>Actor</code> class is used to retrieve the complete and formal name of the actor, typically formatted to include the actor's role title, given name, and family name. === Syntax === <syntaxhighlight lang="c#"> public string FullName { get { // logic to construct the full name } } </syntaxhighlight> === Description === * Property Type: <c..." Tag: Visual edit