Cite This Page
Bibliographic details for Send an unknown method call
- Page name: Send an unknown method call
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 4 July 2024 10:53 UTC
- Date retrieved: 18 May 2025 14:08 UTC
- Permanent URL: https://rosettacode.org/wiki/Send_an_unknown_method_call?oldid=366050
- Page Version ID: 366050
Citation styles for Send an unknown method call
APA style
Send an unknown method call. (2024, July 4). Rosetta Code. Retrieved 14:08, May 18, 2025 from https://rosettacode.org/wiki/Send_an_unknown_method_call?oldid=366050.
MLA style
"Send an unknown method call." Rosetta Code. 4 Jul 2024, 10:53 UTC. 18 May 2025, 14:08 <https://rosettacode.org/wiki/Send_an_unknown_method_call?oldid=366050>.
MHRA style
Rosetta Code contributors, 'Send an unknown method call', Rosetta Code, 4 July 2024, 10:53 UTC, <https://rosettacode.org/wiki/Send_an_unknown_method_call?oldid=366050> [accessed 18 May 2025]
Chicago style
Rosetta Code contributors, "Send an unknown method call," Rosetta Code, https://rosettacode.org/wiki/Send_an_unknown_method_call?oldid=366050 (accessed May 18, 2025).
CBE/CSE style
Rosetta Code contributors. Send an unknown method call [Internet]. Rosetta Code; 2024 Jul 4, 10:53 UTC [cited 2025 May 18]. Available from: https://rosettacode.org/wiki/Send_an_unknown_method_call?oldid=366050.
Bluebook style
Send an unknown method call, https://rosettacode.org/wiki/Send_an_unknown_method_call?oldid=366050 (last visited May 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Send an unknown method call --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Send_an_unknown_method_call?oldid=366050", note = "[Online; accessed 18-May-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Send an unknown method call --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Send_an_unknown_method_call?oldid=366050}", note = "[Online; accessed 18-May-2025]" }