Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 253 Bytes

unnamed-parm-md.md

File metadata and controls

1 lines (1 loc) · 253 Bytes

Some methods, especially operators, declare a type for a parameter but do not specify a parameter name. Such a parameter is known as an unnamed parameter. In the documentation for these methods, the A_0 placeholder represents the unnamed parameter.

close